소스 검색

Merge remote-tracking branch 'origin/master'

user5 2 년 전
부모
커밋
db806639ef
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