Commit da53022b authored by youjie's avatar youjie

no message

parent 71544b95
......@@ -530,7 +530,7 @@
}else if(this.addMsg.Type==8){
Obj = {
Name: x.CustomerName,
ID: x.CustomerName
ID: x.CustomerId
}
}else if(this.addMsg.Type==7){
Obj = {
......
......@@ -717,7 +717,7 @@ export default {
}else if(this.addMsg.Type==8){
Obj = {
Name: x.CustomerName,
ID: x.CustomerName
ID: x.CustomerId
}
}else if(this.addMsg.Type==7){
Obj = {
......
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