|
@@ -71,7 +71,6 @@
|
|
|
this.txt = '标签组维护-添加独立标签';
|
|
|
this.isEditOrCopy = true
|
|
|
const copyData = JSON.parse(JSON.stringify(data))
|
|
|
- console.log('copyData', copyData)
|
|
|
copyData.id = ""
|
|
|
copyData.name=""
|
|
|
copyData.tagName=""
|
|
@@ -101,9 +100,7 @@
|
|
|
//console.log(sex)
|
|
|
},
|
|
|
changeType(type) { //填写单类型改变,标签明细左侧更新,右侧清空
|
|
|
- console.log('type', this.options)
|
|
|
if(this.isEditOrCopy&&type=='2') {
|
|
|
- console.log('type11', this.options)
|
|
|
return
|
|
|
}
|
|
|
this.options = [];
|