领料协议问题修复

This commit is contained in:
hongchao 2025-11-20 17:54:43 +08:00
parent 5debc7f104
commit cc24edb8a9
1 changed files with 5 additions and 2 deletions

View File

@ -916,7 +916,7 @@ export default {
this.form.planStartTime = `${yyyy}-${mm}-${dd}`
},
handleUpdate(row) {
async handleUpdate(row) {
this.reset()
this.uploadKey = Date.now()
this.delBusinessFileIdList = []
@ -924,7 +924,7 @@ export default {
this.businessLicenseFileList = []
var id = row.agreementId
getAgreementDetail(id).then(response => {
await getAgreementDetail(id).then(response => {
this.form = response.data
this.maForm.unitId = response.data.unitId
this.maForm.projectId = response.data.projectId
@ -960,6 +960,9 @@ export default {
this.showSee = false
this.title = '修改'
})
this.getUnitList()
this.getProjectList()
await this.getListDepart(this.form.projectName)
},
handleAllImg(row) {