From d90c6a37650ad953102f42526cb1d88680745f3e Mon Sep 17 00:00:00 2001 From: YL <YL@LAPTOP-SE03PLUR> Date: 星期三, 04 八月 2021 19:18:03 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI --- WebTM/layuiadmin/PubCustom.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebTM/layuiadmin/PubCustom.js b/WebTM/layuiadmin/PubCustom.js index 9dfb668..75767e7 100644 --- a/WebTM/layuiadmin/PubCustom.js +++ b/WebTM/layuiadmin/PubCustom.js @@ -7,7 +7,7 @@ *鏍煎紡鍖栨椂闂� *by zgq */ -function Format(datetime, fmt) { +function Pub_Format(datetime, fmt) { if (parseInt(datetime) == datetime) { if (datetime.length == 10) { datetime = parseInt(datetime) * 1000; -- Gitblit v1.9.1