标签删除问题修复

This commit is contained in:
李志鹏
2025-10-14 14:22:06 +08:00
parent 0240b50a73
commit 19d37a5d2b

View File

@@ -163,6 +163,7 @@ export default defineComponent({
this.deleteShow(this.options)
},
clearOpenType(){
this.labelBor = false
this.openType = false
this.options.forEach((optionsItem:any) => {
optionsItem.openType = false
@@ -257,7 +258,8 @@ export default defineComponent({
}
});
data.classificationIdList = classificationIdList
this.deleteClass(data)
if(classificationIdList.length > 0) this.deleteClass(data)
this.labelBor = false
},
addLabel(val:any){
let data = this.setLabelData()