From 4ad4a4263add81327ac0b6cd642019d2920cc837 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期三, 21 八月 2024 16:39:40 +0800 Subject: [PATCH] 修改用户权限错误页面,质量变更记录查询页面 --- HTML/views/SystemSettings/UserForm.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HTML/views/SystemSettings/UserForm.html b/HTML/views/SystemSettings/UserForm.html index daffb9f..9ae950b 100644 --- a/HTML/views/SystemSettings/UserForm.html +++ b/HTML/views/SystemSettings/UserForm.html @@ -135,7 +135,7 @@ var istrue = "0"; //瑙掕壊 sendData(IP + "/basis/GetRolesList", {}, 'get', function(res) { - if (res.code == 200) //鎴愬姛 + if (res.code == 0) //鎴愬姛 { console.log(res.data) //瑙掕壊鎷兼帴HTML @@ -159,7 +159,7 @@ UserId: id, }; sendData(IP + "/basis/GetUserinfoListById?Id= " +getQueryString('id')+ "", {}, 'get', function(res) { - if (res.code == 200) //鎴愬姛 + if (res.code == 0) //鎴愬姛 { //椤甸潰璧嬪�� if(res.data.UserNo != "") -- Gitblit v1.8.0