lizhenhao 2 سال پیش
والد
کامیت
b7eb062456
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/modules/program/registered/ProofreadIssuedForm.vue

+ 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