yaoyao 1 год назад
Родитель
Сommit
e8207d3980
1 измененных файлов с 3 добавлено и 3 удалено
  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)
         }