feat: There is no way the, qcdw ,,,

This commit is contained in:
super_liu
2022-06-09 14:43:31 +08:00
parent 5ab506d60e
commit 926b13cbc2
@@ -3647,6 +3647,7 @@ export default {
this.$set(this.sarBussionessStandEO, key, item.attrInfoMap[key])
}
})
this.filterData(this.sarBussionessStandEO["QCDW"]);
this.sarBussionessStandEO['id'] = item.id
if (state === 'show') {
this.formdisableflag = true
@@ -5167,13 +5168,7 @@ export default {
},
watch: {
'sarBussionessStandEO.QCDW'(val) {
let arr = val.split(',')
arr.forEach((item, index) => {
if (item === undefined || item === 'undefined' || item === '') {
arr.splice(index, 1)
}
})
return arr.toString()
this.filterData(val);
},
filterText(val) {
this.$refs.tree.filter(val);