diff --git a/src/views/materialsStation/cost/component/applyHome.vue b/src/views/materialsStation/cost/component/applyHome.vue index 1e9fe9fa..f8f83ed3 100644 --- a/src/views/materialsStation/cost/component/applyHome.vue +++ b/src/views/materialsStation/cost/component/applyHome.vue @@ -470,7 +470,10 @@ export default { agreementId: [], agreementCode: '' } + this.teamList = [] this.resetForm('queryForm') + this.handleImpUnitChange() + this.handleDepartChange() this.handleQuery() }, //结算申请 diff --git a/src/views/settlement/add.vue b/src/views/settlement/add.vue index ffdc6467..cf289aaf 100644 --- a/src/views/settlement/add.vue +++ b/src/views/settlement/add.vue @@ -700,6 +700,9 @@ export default { this.actualTimeAndName = '' this.queryParams.impUnitName = '' // 清空分公司 this.queryParams.departName = '' // 清空项目部 + this.teamList = [] + this.handleImpUnitChange() + this.handleDepartChange() this.hasQueried = false this.clearData() },