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}, {