结算修复

This commit is contained in:
hongchao 2025-10-14 22:45:13 +08:00
parent 921d797f35
commit 6795ee0cd7
2 changed files with 6 additions and 0 deletions

View File

@ -470,7 +470,10 @@ export default {
agreementId: [], agreementId: [],
agreementCode: '' agreementCode: ''
} }
this.teamList = []
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleImpUnitChange()
this.handleDepartChange()
this.handleQuery() this.handleQuery()
}, },
// //

View File

@ -700,6 +700,9 @@ export default {
this.actualTimeAndName = '' this.actualTimeAndName = ''
this.queryParams.impUnitName = '' // this.queryParams.impUnitName = '' //
this.queryParams.departName = '' // this.queryParams.departName = '' //
this.teamList = []
this.handleImpUnitChange()
this.handleDepartChange()
this.hasQueried = false this.hasQueried = false
this.clearData() this.clearData()
}, },