提交 68055fb1 编写于 作者: 蔡祥熠

Merge branch 'hotfix/Search.execption' into 'master'

Merge of hotfix/Search.execption 修复搜索报权限不足的问题 to master

See merge request o2oa/o2oa!5542
......@@ -181,6 +181,7 @@ MWF.xApplication.Search.ResaultItem = new Class({
}.bind(this), function(){
this.data.permission = "n";
if (callback) callback();
return true;
}.bind(this))
}
if (this.data.type==="workCompleted"){
......@@ -190,6 +191,7 @@ MWF.xApplication.Search.ResaultItem = new Class({
}.bind(this), function(){
this.data.permission = "n";
if (callback) callback();
return true;
}.bind(this))
}
if (this.data.type==="cms"){
......@@ -205,6 +207,7 @@ MWF.xApplication.Search.ResaultItem = new Class({
}.bind(this), function(){
this.data.permission = "n";
if (callback) callback();
return true;
}.bind(this))
}
}else{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册