瀏覽代碼

签发修改

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