Commit ddb230dd authored by zhengke's avatar zhengke

修改

parent 9cdca087
...@@ -644,7 +644,7 @@ ...@@ -644,7 +644,7 @@
if (x.Type == 1) { if (x.Type == 1) {
data.seleRelationList.push('-1') data.seleRelationList.push('-1')
} else { } else {
data.seleRelationList.push(x.Branch_Id.toString()) data.seleRelationList.push(x.Branch_Id);
} }
}); });
this.addMsg = data; this.addMsg = data;
......
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