Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
宋伟佳
2022-04-27 16:02:29 +08:00
@@ -5132,6 +5132,15 @@ export default {
}
},
watch: {
'sarBussionessStandEO.QCDW'(val) {
let arr = val.split(',')
arr.forEach((item, index) => {
if (item === undefined || item === 'undefined') {
arr.splice(index, 1)
}
})
return arr.toString()
},
filterText(val) {
this.$refs.tree.filter(val);
},