From 9382a00fe89139663216673a1a8e8ddb8761a14d Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期二, 06 六月 2023 20:13:19 +0800
Subject: [PATCH] 无数据时的页面

---
 igds-app/es-detail.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/igds-app/es-detail.html b/igds-app/es-detail.html
index 2973aab..f9b8f5d 100644
--- a/igds-app/es-detail.html
+++ b/igds-app/es-detail.html
@@ -22,10 +22,10 @@
 		</header>
 		<div class="mui-content">
 			<div class="g-date_box m-energy-date">
-				<div class="inpbox" onclick="chooseDate('start'); ;">
+				<div class="inpbox" onclick="chooseStartDate();">
 					<input id="start" type="text" value="2022-04-15" readonly class="inp inp1" />
 				</div>
-				<div class="inpbox" onclick="chooseDate('end');">
+				<div class="inpbox" onclick="chooseEndDate();">
 					<input id="end" type="text" value="" readonly class="inp" placeholder="璇烽�夋嫨鎴鏃堕棿" />
 				</div>
 			</div>

--
Gitblit v1.9.3