From e09b88c579ad9df69a980dfda2b6634474be7d2b Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 7 Nov 2023 17:09:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=A4=96=E6=94=BF=E7=AD=96-?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E5=88=86=E7=B1=BB=E5=A4=9A=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy/components/editDrawer.vue | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/src/pages/policyRegulation/policy/components/editDrawer.vue b/src/pages/policyRegulation/policy/components/editDrawer.vue index 4e38a65e2..e9292a1f7 100644 --- a/src/pages/policyRegulation/policy/components/editDrawer.vue +++ b/src/pages/policyRegulation/policy/components/editDrawer.vue @@ -46,7 +46,8 @@ - @@ -63,7 +64,8 @@ - @@ -80,7 +82,8 @@ - @@ -97,7 +100,8 @@ - @@ -905,6 +909,16 @@ export default { // this.getDept() }, methods: { + initType (value) { + if (value && value !== '') { + return value.split(',') + } else { + return [] + } + }, + handleChange (event, type) { + this.sarLawsStandEO[type] = event.join(',') + }, // 编辑 selectStandardPro (row, state) { this.$http.get('lawss/sarLawsInfo/getStandInfoUpdateById', {id: row.id}, {