From 152c34faf7f113c5d4c28cdca84bd53121772a47 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期三, 10 七月 2024 10:45:56 +0800 Subject: [PATCH] 采购单据 --- HTML/views/SystemSettings/RoleRight.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HTML/views/SystemSettings/RoleRight.html b/HTML/views/SystemSettings/RoleRight.html index a8bc440..133e3af 100644 --- a/HTML/views/SystemSettings/RoleRight.html +++ b/HTML/views/SystemSettings/RoleRight.html @@ -462,7 +462,7 @@ } } synData(IP +"/basis/InsertRoleRight?MenuNo="+rightListStr+"&&Id="+ids+"",{},"post",function (res) { - if (res.code == 0) + if (res.code == 200) { //鎴愬姛 layer.msg(res.msg,{ -- Gitblit v1.8.0