Commit 42bb725b authored by huangjie's avatar huangjie

*

parent 660b04e5
......@@ -423,6 +423,7 @@ export default {
tables.forEach(item=>{
item.id = item.actualId
item.month = this.expenseDate
item.monthCostRate = item.monthCostRate==''?'':parseInt(item.monthCostRate.replace('%',''))
})
saveBatch(JSON.stringify(tables)).then(res=>{
if(res.code == 200){
......
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