Commit 897e5714 authored by Mac's avatar Mac

1

parent 465c2dd6
......@@ -283,7 +283,7 @@
created() {
// this.getCompany();
let userInfo = this.getLocalStorage();
this.EmployeeId = userInfo.AccountId;
this.EmployeeId = userInfo.Id;
userInfo.ActionMenuList.map(x => { //判断权限
if (x.FunctionCode == "F_RevenueFileMan_Look") { //判断是否查看权限
this.F_Look = true;
......
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