提交 89d1a131 编写于 作者: NoSubject's avatar NoSubject

Merge branch 'hotfix/修复应用中心取消全选时未取消服务中心脚本的问题' into 'release'

hotfix/修复应用中心取消全选时未取消服务中心脚本的问题

See merge request o2oa/o2oa!1820
......@@ -1127,9 +1127,12 @@ MWF.xApplication.AppCenter.Exporter.ServiceElement = new Class({
selectData.dictList.length===this.data.dictList.length;
},
selectAll: function( forceStatus ){
if( !this.data.agentList )this.data.agentList = [];
if( !this.data.invokeList )this.data.invokeList = [];
if( !this.data.scriptList )this.data.scriptList = [];
if( !this.data.dictList )this.data.dictList = [];
var selectData = this.postData;
if( selectData.scriptList )selectData.scriptList = [];
//if( selectData.scriptList )selectData.scriptList = [];
if (selectData.agentList.length || selectData.invokeList.length || selectData.scriptList.length || selectData.dictList.length){
if ( this.isAllSelected(selectData) ){
selectData = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册