From b9a9a59900f85bcd917baea973a7d505ae1e65dc Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Thu, 15 Oct 2020 16:47:47 +0800 Subject: [PATCH] 去掉添加,删除,修改部门的功能, --- kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/system/myInfo.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/system/myInfo.html b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/system/myInfo.html index b7558fd..69fe632 100644 --- a/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/system/myInfo.html +++ b/kidgrow-web/kidgrow-web-hospital/src/main/resources/static/pages/system/myInfo.html @@ -73,11 +73,11 @@ if (data.code == 0) { layer.closeAll('loading'); $(".layui-nav-img").attr("src",$("[name=headImgUrl]").val()); - layer.msg("操作成功", {icon: 1, time: 500}); + layer.msg("操作成功", {icon: 1, time: 2000}); form.val('user-form',data.data); } else { - layer.msg(data.msg, {icon: 2, time: 500}); + layer.msg(data.msg, {icon: 2, time: 2000}); } }, 'POST'); return false; -- Gitblit v1.8.0