操控增加国际化代码,修改列表action检索
This commit is contained in:
@@ -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==""){
|
||||
|
||||
Reference in New Issue
Block a user