Commit 844ada79 authored by 黄奎's avatar 黄奎

页面修改

parent 85ea2b61
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
if (localStorage.b2bUser) { if (localStorage.b2bUser) {
var b2bUser = JSON.parse(window.localStorage.getItem('b2bUser')) var b2bUser = JSON.parse(window.localStorage.getItem('b2bUser'))
if (b2bUser) { if (b2bUser) {
this.params.CreateBy = b2bUser.accountId; this.params.CreateBy = b2bUser.customerId;
var jObj = JSON.parse(window.localStorage.getItem('groupinfo')); var jObj = JSON.parse(window.localStorage.getItem('groupinfo'));
this.params.RB_Group_Id = jObj.GroupId; this.params.RB_Group_Id = jObj.GroupId;
this.params.TCID = this.TCID; this.params.TCID = this.TCID;
......
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