From 3429ba7f9989a88c4e3e5e85efffd05a5b89e0dc Mon Sep 17 00:00:00 2001 From: yexuan Date: Thu, 28 Jun 2018 11:30:01 +0800 Subject: [PATCH] =?UTF-8?q?APP=E9=85=8D=E7=BD=AE=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/AppFresh/AppFlow/AppFlowCatalogList.jsp | 2 +- WebContent/AppFresh/AppFlow/MiddleList.jsp | 2 +- WebContent/AppFresh/AppPage/AppLibraryAdd.jsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/AppFresh/AppFlow/AppFlowCatalogList.jsp b/WebContent/AppFresh/AppFlow/AppFlowCatalogList.jsp index e97ad16f4..7da5e2e79 100644 --- a/WebContent/AppFresh/AppFlow/AppFlowCatalogList.jsp +++ b/WebContent/AppFresh/AppFlow/AppFlowCatalogList.jsp @@ -21,7 +21,7 @@ function importNewFlow() { AsDialog.selectCatalogDialog("SelectFlow", "", "", function(sReturn) { - if (typeof (sReturn) == "undefined" || sReturn.length == 0) + if (typeof (sReturn) == "undefined" || sReturn.length == 0||sReturn=="_CANCEL_"||sReturn=="") return; sReturn = sReturn.split("@"); var FlowNo = sReturn[0]; diff --git a/WebContent/AppFresh/AppFlow/MiddleList.jsp b/WebContent/AppFresh/AppFlow/MiddleList.jsp index e9453f0be..b9a1ac8d1 100644 --- a/WebContent/AppFresh/AppFlow/MiddleList.jsp +++ b/WebContent/AppFresh/AppFlow/MiddleList.jsp @@ -34,7 +34,7 @@ var catalogId = "<%=id%>" var libraryId = ""; AsDialog.selectCatalogDialog("AppPageLibraryList", "", "", function(sReturn) { - if (typeof (sReturn) == "undefined" || sReturn.length == 0) + if (typeof (sReturn) == "undefined" || sReturn.length == 0||sReturn=="_CANCEL_"||sReturn=="") return; sReturn = sReturn.split("@"); libraryId = sReturn[0]; diff --git a/WebContent/AppFresh/AppPage/AppLibraryAdd.jsp b/WebContent/AppFresh/AppPage/AppLibraryAdd.jsp index a0a28337c..59465fab7 100644 --- a/WebContent/AppFresh/AppPage/AppLibraryAdd.jsp +++ b/WebContent/AppFresh/AppPage/AppLibraryAdd.jsp @@ -35,7 +35,7 @@ var doname = ""; 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("@"); dono = sReturn[0];