|
@@ -216,10 +216,10 @@ export default {
|
|
|
dictValue: "月汇率",
|
|
|
dictKey: 1
|
|
|
},
|
|
|
- // {
|
|
|
- // dictValue: "日汇率",
|
|
|
- // dictKey: 2
|
|
|
- // }
|
|
|
+ {
|
|
|
+ dictValue: "日汇率",
|
|
|
+ dictKey: 2
|
|
|
+ }
|
|
|
],
|
|
|
span: 6,
|
|
|
},
|
|
@@ -582,6 +582,15 @@ export default {
|
|
|
};
|
|
|
this.dataList.push(data);
|
|
|
}
|
|
|
+ typeSave({
|
|
|
+ ...this.form,
|
|
|
+ curExrateList: this.dataList
|
|
|
+ }).then(res => {
|
|
|
+ this.$message.success("操作成功");
|
|
|
+ this.getDetail(res.data.data.id);
|
|
|
+ }).finally(() => {
|
|
|
+ this.loadingBtn = false;
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
});
|