This commit is contained in:
X1627315083
2024-01-04 09:40:28 +08:00
parent 003d8da364
commit 21c5fad138
10 changed files with 64 additions and 18 deletions

View File

@@ -972,7 +972,8 @@ export default defineComponent({
if (key !== "colorBoards" && key !== "moodTemplateId") {
if(this.exportNav[num]?.change || key == 'disposeMoodboard'){
for (let item of allBoardData[key]) {
if(key == 'disposeMoodboard'){
if(key == 'disposeMoodboard' && allBoardData[key][0]==undefined){
break
}
let nameTail = item?.imgUrl?.split(".").pop().split("?").shift();
let data = {

View File

@@ -778,7 +778,7 @@ export default defineComponent({
// this.closeRenameModal()
});
}
if(labelArr.length > 0){//多选修改标签
if(labelArr.length > 0 && this.renameType == 'batch'){//多选修改标签
await Https.axiosPost(Https.httpUrls.relationLibrary, data2).then(
(rv: any) => {
bor = true
@@ -1245,7 +1245,9 @@ export default defineComponent({
like:v.isLiked
}
this.generateList.push(arr)
// this.generateList.push(arr)
this.generateList.unshift(arr)
})
this.isShowMark = false
}