Commit ec592f24 by 刘泽奇

123

parent 0b680aaa
...@@ -115,4 +115,4 @@ ...@@ -115,4 +115,4 @@
</body> </body>
</html> </html>
<script language="javascript" src="http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"></script> <!-- <script language="javascript" src="http://swt.gongsibao.com/JS/LsJS.aspx?siteid=MGF22027130&float=1&lng=cn"></script> -->
\ No newline at end of file \ No newline at end of file
...@@ -663,7 +663,7 @@ ...@@ -663,7 +663,7 @@
handleSizeChange(){ handleSizeChange(){
if (this.$route.query.channelUserId != "") { if (this.$route.query.channelUserId != "") {
this.indentInfo.pageIndex = this.currentPage; this.indentInfo.pageIndex = this.currentPage;
var obj = this.$root.copyParams(this.indentInfo, "getTmOrderList", "/action/tmOrder/springBoard", "yes", "yes"); var obj = this.$root.copyParams(this.indentInfo, "getTmOrderListAdmin", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.loading = true; this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((d) => {
this.$root.loading = false; this.$root.loading = false;
......
...@@ -299,6 +299,7 @@ ...@@ -299,6 +299,7 @@
console.log(d.msg); console.log(d.msg);
if (d.status == 0) { if (d.status == 0) {
if (d.data.isAdmin) this.$root.superAdmin = d.data.isAdmin; if (d.data.isAdmin) this.$root.superAdmin = d.data.isAdmin;
localStorage.superAdmin = d.data.userpin;
$.cookie('channelUserId', d.data.channelUserId); $.cookie('channelUserId', d.data.channelUserId);
$.cookie('userName', d.data.userName); $.cookie('userName', d.data.userName);
$.cookie('userpin', d.data.userpin); $.cookie('userpin', d.data.userpin);
......
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