提交 487ff327 编写于 作者: U unknown

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

上级 b7d40f89
......@@ -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.
先完成此消息的编辑!
想要评论请 注册