领料协议问题修复
This commit is contained in:
parent
5debc7f104
commit
cc24edb8a9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue