From 42ef69a6a50f5431fe718ebde2bf646ca2a17609 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期四, 02 四月 2026 09:56:04 +0800
Subject: [PATCH] 密码加密,地磅抓拍
---
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