Commit f0ac42a6 authored by youjie's avatar youjie

no message

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