From 59c99660816a0833f74ff1162b47bbf05d6805b5 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 03 三月 2026 15:23:15 +0800
Subject: [PATCH] APP功能修改
---
igdss-app/js/admin/grain-history.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/igdss-app/js/admin/grain-history.js b/igdss-app/js/admin/grain-history.js
index 3d1f8d7..4b18c66 100644
--- a/igdss-app/js/admin/grain-history.js
+++ b/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);
}
},
--
Gitblit v1.9.3