Commit 727bb208 authored by youjie's avatar youjie

no message

parent 9ddb8636
...@@ -1304,7 +1304,7 @@ ...@@ -1304,7 +1304,7 @@
this.getList() this.getList()
}, },
clickAdd(){ clickAdd(){
this.cancelDATA() this.cancelData()
this.inputValue = '' this.inputValue = ''
this.inputVisible = false this.inputVisible = false
this.addShow=true; this.addShow=true;
...@@ -1963,10 +1963,10 @@ ...@@ -1963,10 +1963,10 @@
}, },
cancelEdit() { // 取消新增 cancelEdit() { // 取消新增
this.addShow = false this.addShow = false
this.cancelDATA() this.cancelData()
this.resetForm('addMsg') this.resetForm('addMsg')
}, },
cancelDATA(){ cancelData(){
this.addMsg = { this.addMsg = {
CustomerId: 0, CustomerId: 0,
customerName: '', customerName: '',
......
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