标签删除问题修复
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user