浏览代码

客户信息删除修改

user5 4 年之前
父节点
当前提交
05fd00ae0f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/webapp/webpage/modules/workclientinfo/workClientInfoList.jsp

+ 2 - 1
src/main/webapp/webpage/modules/workclientinfo/workClientInfoList.jsp

@@ -90,11 +90,12 @@
 					contentType: false,
 				}).success(function (result) {
 					if(result.result == "1"){
+						layer.close(index);
 						top.layer.msg(result.msg, {icon: 1});
 						window.location.reload();
 					}else{
+						layer.close(index);
 						top.layer.msg(result.msg, {icon: 2});
-						window.location.reload();
 					}
 				});
 			}, function(index){