Преглед изворни кода

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