From daf756a37e834eeae4cd2d7e4ab21aa2679372f7 Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 03 三月 2026 16:21:11 +0800
Subject: [PATCH] APP功能修改
---
igdss-app/js/admin/grain-detail-his.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/igdss-app/js/admin/grain-detail-his.js b/igdss-app/js/admin/grain-detail-his.js
index 1547f36..89cc93e 100644
--- a/igdss-app/js/admin/grain-detail-his.js
+++ b/igdss-app/js/admin/grain-detail-his.js
@@ -21,7 +21,7 @@
//娓叉煋绮儏鏁版嵁
function renderGrain() {
if (grainData != null) {
-
+console.log(JSON.stringify(grainData))
//骞虫埧浠�-灞傝鍒�
var array = grainData.cable.split("-");
tagCeng = parseInt(array[0], 10);
--
Gitblit v1.9.3