修改APP配置 页签
This commit is contained in:
parent
d00ec186eb
commit
c71597f1a4
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user