From e2446696b08dff7dfe3df21c8a58acf768203287 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 23 八月 2024 14:51:23 +0800
Subject: [PATCH] 角色权限页面修改

---
 HTML/views/Archiving/WaveMage.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HTML/views/Archiving/WaveMage.html b/HTML/views/Archiving/WaveMage.html
index 2ba2158..70f2331 100644
--- a/HTML/views/Archiving/WaveMage.html
+++ b/HTML/views/Archiving/WaveMage.html
@@ -191,7 +191,7 @@
             bindTable();
             //鑾峰彇鎵胯繍鍟嗙墿娴�
             sendData(IP + "/Basis/GetLogisticsInfoSelect", {}, 'get', function (res) {
-                if (res.code == 200) { //鎴愬姛 
+                if (res.code == 0) { //鎴愬姛 
                     $("#LogisticsId").empty();
                     $("#LogisticsId").append('<option value =""></option>');
                     for (var i = 0; i < res.data.length; i++) {

--
Gitblit v1.8.0