Commit 3654bfa0 authored by youjie's avatar youjie

no message

parent 59d3000d
...@@ -991,10 +991,10 @@ ...@@ -991,10 +991,10 @@
this.getMyCustomerInfo(); this.getMyCustomerInfo();
}, },
saveUpdate() { saveUpdate() {
if(!this.updateMsg.contactNumber){ // if(!this.updateMsg.contactNumber){
this.$message.error('请输入联系电话') // this.$message.error('请输入联系电话')
return // return
} // }
if(!this.updateMsg.customerName){ if(!this.updateMsg.customerName){
this.$message.error('请输入客户名称') this.$message.error('请输入客户名称')
return return
......
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