Commit f0ac42a6 authored by youjie's avatar youjie

no message

parent 307b29f0
...@@ -1189,6 +1189,8 @@ ...@@ -1189,6 +1189,8 @@
this.getList() this.getList()
}, },
clickAdd(){ clickAdd(){
this.inputValue = ''
this.inputVisible = false
this.addShow=true; this.addShow=true;
this.isOldPerson=false, this.isOldPerson=false,
this.addLayer1=false this.addLayer1=false
...@@ -1240,6 +1242,8 @@ ...@@ -1240,6 +1242,8 @@
}) })
}, },
EditMsg(item) { EditMsg(item) {
this.inputValue = ''
this.inputVisible = false
this.addLayer1 = true; this.addLayer1 = true;
this.id = item.customerId; this.id = item.customerId;
this.getMyCustomerInfo(); this.getMyCustomerInfo();
......
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