Commit 727bb208 authored by youjie's avatar youjie

no message

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