yaoyao před 1 rokem
rodič
revize
e8207d3980
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/views/Task/daikeComponents/KtLetter.vue

+ 3 - 3
src/views/Task/daikeComponents/KtLetter.vue

@@ -5974,9 +5974,9 @@ export default {
       }
       this.$api.letter.externalOrderFee(data).then((res) => {
         if (res.code == 200) {
-          this.policyNumberForm.JqExportFee = res.data.JqExportFee
-          this.policyNumberForm.syExportFee = res.data.syExportFee
-          this.policyNumberForm.noExportFee = res.data.noExportFee
+          this.policyNumberForm.JqExportFee = res.data.jqExportPremium
+          this.policyNumberForm.syExportFee = res.data.syExportPremium
+          this.policyNumberForm.noExportFee = res.data.noExportPremium
         } else {
           this.$message.error(res.msg)
         }