|
|
@@ -2300,7 +2300,7 @@ export default {
|
|
|
});
|
|
|
submitFeeList(this.feeCenterListD).then(res => {
|
|
|
this.$message.success("保存成功");
|
|
|
- res.data.dataforEach(row => {
|
|
|
+ res.data.data.forEach(row => {
|
|
|
if (row.curCode == this.getLocalCurrency()) {
|
|
|
row.amountCNY = row.amount
|
|
|
row.amountUSD = 0
|
|
|
@@ -2388,7 +2388,7 @@ export default {
|
|
|
});
|
|
|
submitFeeList(this.feeCenterListC).then(res => {
|
|
|
this.$message.success("保存成功");
|
|
|
- res.data.dataforEach(row => {
|
|
|
+ res.data.data.forEach(row => {
|
|
|
if (row.curCode == this.getLocalCurrency()) {
|
|
|
row.amountCNY = row.amount
|
|
|
row.amountUSD = 0
|