YYC
2026-03-03 350b94ed35470107882ceccbaff6f0fd5d98f191
igdss-app/js/admin/grain-history.js
@@ -73,11 +73,9 @@
      success: function(result) {
         if (result.code == "0000") {
            historyList = result.data;
            console.log(JSON.stringify("000"))
            renderData();
         } else {
            renderData();
            console.log(JSON.stringify("001"))
            mui.toast(result.mag);
         }
      },