标签删除问题修复
This commit is contained in:
@@ -163,6 +163,7 @@ export default defineComponent({
|
|||||||
this.deleteShow(this.options)
|
this.deleteShow(this.options)
|
||||||
},
|
},
|
||||||
clearOpenType(){
|
clearOpenType(){
|
||||||
|
this.labelBor = false
|
||||||
this.openType = false
|
this.openType = false
|
||||||
this.options.forEach((optionsItem:any) => {
|
this.options.forEach((optionsItem:any) => {
|
||||||
optionsItem.openType = false
|
optionsItem.openType = false
|
||||||
@@ -257,7 +258,8 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
data.classificationIdList = classificationIdList
|
data.classificationIdList = classificationIdList
|
||||||
this.deleteClass(data)
|
if(classificationIdList.length > 0) this.deleteClass(data)
|
||||||
|
this.labelBor = false
|
||||||
},
|
},
|
||||||
addLabel(val:any){
|
addLabel(val:any){
|
||||||
let data = this.setLabelData()
|
let data = this.setLabelData()
|
||||||
|
|||||||
Reference in New Issue
Block a user