From 926b13cbc24570347a0000a8cf2371b5141ed2bd Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Thu, 9 Jun 2022 14:43:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20There=20is=20no=20way=20the,=20qcdw=20?= =?UTF-8?q?=EF=BC=8C=EF=BC=8C=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 6fc0858e5..ffec1ba39 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -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);