Commit 48e1ce26 authored by youjie's avatar youjie

no message

parent b71975f8
...@@ -919,7 +919,8 @@ ...@@ -919,7 +919,8 @@
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
if(userInfo.PostName=='总经理' || if(userInfo.PostName=='总经理' ||
userInfo.PostName=='技术开发' || userInfo.PostName=='技术开发' ||
userInfo.PostName=='开发经理'){ userInfo.PostName=='开发经理' ||
userInfo.PostName=='票务经理'){
this.isPermission = true this.isPermission = true
}else{ }else{
this.isPermission = false this.isPermission = false
......
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