(1)修复IP Payload导入Search In字段瞎填不验证的bug,导入直接下发加入userregion的处理

(2)界面删除时的alert注释掉
This commit is contained in:
wangxin
2019-01-15 17:48:35 +08:00
parent 78e4907fe0
commit 57a490b1cc
3 changed files with 16 additions and 2 deletions

View File

@@ -382,7 +382,7 @@ function cancelPassOpt(url){
function validateIsDelete(checkboxes){
var flag = false;
$(checkboxes).filter(":checked").each(function(){
alert($(this).val());
//alert($(this).val());
if($(this).val()!=0 && $(this).val()!=3){//状态为3的配置为取消审核的配置可删除
flag = true;
return;