From 0b27b9263ce721844d124ec4541a83b0f6db6c13 Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 19 六月 2023 10:46:26 +0800 Subject: [PATCH] 电子巡更 --- igds-app/js/admin/grain-history.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/igds-app/js/admin/grain-history.js b/igds-app/js/admin/grain-history.js index 2fb09c5..475606d 100644 --- a/igds-app/js/admin/grain-history.js +++ b/igds-app/js/admin/grain-history.js @@ -185,10 +185,10 @@ dtpicker.show(function(e) { dateTime = e.value; $("#dateTime").val(dateTime); - }) - if(time != dateTime){ - getHistoryList() - } + if(time != dateTime){ + getHistoryList() + } + }) } //閫夋嫨浠撳簱 -- Gitblit v1.9.3