Commit 67180c25 authored by zhengke's avatar zhengke

修改

parent e93715d1
......@@ -1389,7 +1389,6 @@
this.$forceUpdate()
},
Calculation(t, i) { // 计算原币 本位币
let numberC = 0;
let price = 0;
let rate = 0;
......@@ -2129,7 +2128,7 @@
}
}
this.msg.FinanceDepartList = this.commonFinance
this.msg.detailList.push(this.commonDetailList);
this.msg.detailList[0]=this.commonDetailList;
delete this.msg.DetailList;
this.apipost('Financial_post_BatchSet', this.msg, res => {
if (res.data.resultCode == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment