fix
This commit is contained in:
@@ -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