提示修改

parent 3ef42934
......@@ -155,7 +155,7 @@ function submit(flag,type){
}
},
error: function (e) {
layer.alert('提示',"操作出错:"+e);
layer.alert("操作出错:"+e,"提示");
}
});
......@@ -176,13 +176,13 @@ function saveOrUpdateWffzkyxs(flag) {
data: serializeObject($("form[name='wfqdzczlForm']")),
success: function (data) {
if(data.data==true){
layer.alert('提示',"可疑信息保存成功!");
layer.alert("可疑信息保存成功!","提示");
}else{
layer.alert('提示',"可疑信息保存失败!");
layer.alert("可疑信息保存失败!","提示");
}
},
error: function (e) {
layer.alert('提示',"可疑信息保存出错:"+e);
layer.alert("可疑信息保存出错:"+e,"提示");
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment