fix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user