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)