This commit is contained in:
wxd
2024-09-29 21:54:04 +08:00
parent 6566c6416c
commit 16d6416f73
7 changed files with 14 additions and 9 deletions

View File

@@ -677,7 +677,7 @@ export default defineComponent({
if (key == "printboardFiles") {
imgWidth = canvasWH.value.width / 8;
}
if (key == "sketchboardFiles"||key == 'moodboardFiles') {
if (key == "sketchboardFiles"||key == 'moodboardFiles'||key == 'FinalizeImage') {
imgWidth =
(canvasWH.value.width -
(sketchGrouping - 1) * 20) /
@@ -781,6 +781,7 @@ export default defineComponent({
let num = 0;
for (let key in allBoardData.value) {
if (key !== "colorBoards" && key !== "moodTemplateId") {
if(!(allBoardData.value[key] instanceof Array)) continue
for (let item of allBoardData.value[key]) {
if (
key == "disposeMoodboard" &&