|
|
@@ -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)
|
|
|
}
|