Commit 18b3eceb authored by youjie's avatar youjie

no message

parent cf6e205d
...@@ -1527,7 +1527,7 @@ ...@@ -1527,7 +1527,7 @@
this.updateMsg.CustomerName = x.customerName this.updateMsg.CustomerName = x.customerName
this.updateMsg.Contact = x.contactName this.updateMsg.Contact = x.contactName
this.updateMsg.CustomerId = x.customerId this.updateMsg.CustomerId = x.customerId
this.updateMsg.Address = x.address.split(',')[1] this.updateMsg.Address = x.address //x.address.split(',')[1]
this.updateMsg.Province = x.province this.updateMsg.Province = x.province
this.getCityNew() this.getCityNew()
this.updateMsg.City = x.city this.updateMsg.City = x.city
......
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