Commit 79d6706c authored by 我在何方's avatar 我在何方

应付款货币单位

parent e02244d3
......@@ -337,7 +337,8 @@ export default {
editClick(row) {
row.stepsId = String(row.stepsId)
row.feeType = String(row.feeType)
row.currencyId = String(row.currencyId)
row.currencyId = row.currencyId
console.log(row)
this.costObj = { ...row }
this.open = true;
},
......
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