lizhenhao %!s(int64=2) %!d(string=hai) anos
pai
achega
b7eb062456

+ 1 - 1
src/views/modules/program/registered/ProofreadIssuedForm.vue

@@ -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