结算修复
This commit is contained in:
parent
921d797f35
commit
6795ee0cd7
|
|
@ -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()
|
||||||
},
|
},
|
||||||
//结算申请
|
//结算申请
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue