Commit 7def16bb by 蒋勇

d

parent 4393e64c
......@@ -58,8 +58,9 @@
setTimeout(()=>{
var dev=this.$root.currentUser.roles.indexOf("002");
var kfjl=this.$root.currentUser.roles.indexOf("001");
var yfbmjl=this.$root.currentUser.roles.indexOf("003");
if(dev>=0 || kfjl>=0 || yfbmjl>=0 || this.$root.currentUser.isAdmin){
var cto=this.$root.currentUser.roles.indexOf("003");
var yfbmjl=this.$root.currentUser.roles.indexOf("004");
if(cto>=0 || dev>=0 || kfjl>=0 || yfbmjl>=0 || this.$root.currentUser.isAdmin){
this.isdev=true;
this.fetchQuestionForDev();
}else{
......
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