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

update

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