Commit 0569284b authored by 黄媛媛's avatar 黄媛媛

update

parent 5bf32518
...@@ -4277,7 +4277,7 @@ ...@@ -4277,7 +4277,7 @@
}, },
}, },
mounted() { mounted() {
this.qjGroupId=this.qjGroupId(); this.qjGroupId=this.QjGroupId();
this.GetEditOrderCreateByAuth(); this.GetEditOrderCreateByAuth();
let userInfo=this.getLocalStorage(); let userInfo=this.getLocalStorage();
let userMenuCode = ',' + userInfo.ActionMenuCode + ','; let userMenuCode = ',' + userInfo.ActionMenuCode + ',';
......
...@@ -5052,7 +5052,7 @@ ...@@ -5052,7 +5052,7 @@
}, },
}, },
mounted() { mounted() {
this.qjGroupId=this.qjGroupId(); this.qjGroupId=this.QjGroupId();
this.GetLookOrderAuth(); this.GetLookOrderAuth();
this.GetSupperOrderEditAuth(); this.GetSupperOrderEditAuth();
this.GetEditOrderCreateByAuth(); this.GetEditOrderCreateByAuth();
......
...@@ -2597,7 +2597,7 @@ export default { ...@@ -2597,7 +2597,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.qjGroupId=this.qjGroupId(); this.qjGroupId=this.QjGroupId();
this.userInfo=this.getLocalStorage(); this.userInfo=this.getLocalStorage();
this.userId = this.getLocalStorage().EmployeeId; this.userId = this.getLocalStorage().EmployeeId;
......
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
install(Vue, options) { install(Vue, options) {
Vue.prototype.MsgBus = MsgBus; Vue.prototype.MsgBus = MsgBus;
Vue.prototype.md5 = md5; Vue.prototype.md5 = md5;
Vue.prototype.qjGroupId = function (msg) { Vue.prototype.QjGroupId = function (msg) {
let GroupId=2; let GroupId=2;
return GroupId; return GroupId;
}, },
......
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