From 4f20ad52b8d4ab206e3458e488d3950eb2bfb5a3 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期三, 07 六月 2023 16:35:55 +0800 Subject: [PATCH] 细节调整 --- igds-app/js/admin/depot-list.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/igds-app/js/admin/depot-list.js b/igds-app/js/admin/depot-list.js index 7f68d15..4fdc9fa 100644 --- a/igds-app/js/admin/depot-list.js +++ b/igds-app/js/admin/depot-list.js @@ -41,6 +41,7 @@ success: function(result) { if (result.code == "0000") { depotList = result.data; + // console.log(JSON.stringify(depotList)) renderDepotList(); } else { mui.alert(result.msg, '鎻愮ず', ["纭畾"], function() {}, "div"); -- Gitblit v1.9.3