From 7734eeb7819363590c2c867cc057555e308af00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Tue, 10 Nov 2020 09:11:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assessmentGroup/edit/components/basis.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/views/kpi/workbench/assessmentGroup/edit/components/basis.vue b/src/views/kpi/workbench/assessmentGroup/edit/components/basis.vue index 5fc80cf..572b551 100644 --- a/src/views/kpi/workbench/assessmentGroup/edit/components/basis.vue +++ b/src/views/kpi/workbench/assessmentGroup/edit/components/basis.vue @@ -53,7 +53,7 @@ readonly> - +
- +
选部门 @@ -83,7 +83,7 @@ readonly> - + @@ -194,6 +194,18 @@ export default { this.form = this.basisForm }, methods: { + handleClearList (item) { + this[item].list = [] + if (item === 'outIdsLsit') { + this.form.outIds = '' + } + if (item === 'personnelList') { + this.form.staffIds = '' + } + if (item === 'showData') { + this.form.depIds = '' + } + }, async handleCheckStaffIds (item) { const params = Object.assign({}, this.form, {staffIds: item.value}) const bool = await this.handleCheckStaff(params)