Commit 450e6548 authored by 黄奎's avatar 黄奎

页面修改

parent 881997f7
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
return { return {
loginMsg: { loginMsg: {
RB_Group_Id: 0, RB_Group_Id: 0,
account: "13022941970", account: "",
password: "123456" password: ""
}, },
logo:'', logo:'',
flag:2 flag:2
......
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,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.qMsg.CreateBy = b2bUser.accountId; this.qMsg.CreateBy = b2bUser.customerId;
this.getdemandList(); this.getdemandList();
} }
} }
......
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