|
@@ -344,7 +344,7 @@
|
|
|
this.inputForm = JSON.parse(JSON.stringify(this.inputForm))
|
|
|
this.loading = false
|
|
|
} else {
|
|
|
- this.proofreadIssuedService.findProjectInfoById(this.businessId).then(({data}) => {
|
|
|
+ this.proofreadIssuedService.findProjectInfoById(this.inputForm.projectId).then(({data}) => {
|
|
|
this.inputForm = this.recover(this.inputForm, data)
|
|
|
this.inputForm = JSON.parse(JSON.stringify(this.inputForm))
|
|
|
this.loading = false
|