Commit 456dfb57 authored by danfuman's avatar danfuman

修改

parent 239f4318
......@@ -527,10 +527,9 @@
},
addinputs(){
let tables = JSON.parse(JSON.stringify(this.tableData))
tables.forEach(item=>{
item.planMeasureId = item.id
item.id = item.actualId
item.actualId = item.id
item.month = this.expenseDate
item.monthCostRate = item.monthCostRate?parseInt(item.monthCostRate.replace('%','')):null
})
......
......@@ -511,6 +511,11 @@
addProject(JSON.stringify(this.queryParam)).then(res=>{
if(res.code == 200){
this.getlist()
this.dialogVisible=false;
this.$message({
type: 'success',
message: '操作成功!'
});
// this.uploadData = res.data
// this.isupload = 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