From 94d99fe564e8b927709221846aa4fb94f3ddff78 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 02 十二月 2024 09:15:47 +0800
Subject: [PATCH] fix:历史收发单时间筛选bug

---
 utils/util.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/utils/util.js b/utils/util.js
index 7d227a6..23af966 100644
--- a/utils/util.js
+++ b/utils/util.js
@@ -15,6 +15,8 @@
 		return hour + ':' + minutes + ':' + seconds
 	}else if(arg == 'ymd') {
 		return year + '-' + month + '-' + day
+	}if (arg == 'ymd hm') {
+		return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes
 	}else {
 		return year + '-' + month + '-' + day + ' ' + hour + ':' + minutes + ':' + seconds
 	}

--
Gitblit v1.9.1