修改APP配置 页签

This commit is contained in:
yexuan 2018-06-22 10:25:02 +08:00
parent d00ec186eb
commit c71597f1a4

View File

@ -23,14 +23,14 @@
var GROUP_NAME = "";
AsDialog.selectCatalogDialog(selName, "", "",
function(sReturn) {
if (typeof (sReturn) == "undefined" || sReturn.length == 0)
if (typeof (sReturn) == "undefined" || sReturn.length == 0 ||sReturn=="_CANCEL_"||sReturn=="")
return;
sReturn = sReturn.split("@");
GROUP_CODE = sReturn[0];
GROUP_NAME = sReturn[1];
var param = "GROUP_CODE="+GROUP_CODE;
alert(param);
//alert(param);
var sUrl = "/AppConfig/AppPage/AppNodeInfo.jsp";
AsDialog.PopView(sUrl, param, "dialogWidth=800px;dialogHeight=650px;",
function(message) {