Commit 697691b9 authored by youjie's avatar youjie

no message

parent 1d4cb131
......@@ -527,6 +527,9 @@
Name: x.EmName,
ID: x.EmployeeId
}
if(this.addMsg.Type==8){
Obj.Name = x.CustomerName
}
}else if(this.addMsg.Type==6){
Obj = {
Name: x.AlName,
......
......@@ -714,6 +714,9 @@ export default {
Name: x.EmName,
ID: x.EmployeeId
}
if(this.addMsg.Type==8){
Obj.Name = x.CustomerName
}
}else if(this.addMsg.Type==6){
Obj = {
Name: x.AlName,
......
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