Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+9
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user