操控增加国际化代码,修改列表action检索

This commit is contained in:
zhangwenqing
2019-05-23 17:22:43 +08:00
parent 39cbf62517
commit 99f002d0c6
10 changed files with 50 additions and 24 deletions

View File

@@ -174,11 +174,14 @@ var importCfg=function(){
}
// 代理-操控业务Profile Info
if($("#profileSelId").val() == "" || $("#profileSelId").val() == null){
$("span",$error).html($("#noneProfileTip").val());
$error.removeClass("hide");
$error.addClass("show");
return false;
if($("#functionId").val() == 215){
if($("#profileSelId").val() == "" || $("#profileSelId").val() == null){
$("span",$error).html($("#noneProfileTip").val());
$error.removeClass("hide");
$error.addClass("show");
return false;
}
}
if(fileName==""){