Commit c1bd039a authored by youjie's avatar youjie

no message

parent 59341a70
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
Remark: '' Remark: ''
} }
this.activeIndx = null this.activeIndx = null
if(!item.ID) this.tableData.splice(index,1) if(item&&!item.ID) this.tableData.splice(index,1)
}, },
saveData(){ saveData(){
let msg = this.msg let msg = this.msg
......
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