YYC
2023-06-19 0b27b9263ce721844d124ec4541a83b0f6db6c13
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");