From aa5a738ba22ed6063c95cc75be8f31e3eba912d5 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 11 五月 2023 18:16:58 +0800 Subject: [PATCH] 1 --- src/views/datamanage/dictionaryManage.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/datamanage/dictionaryManage.vue b/src/views/datamanage/dictionaryManage.vue index 39afbf6..9fa30a9 100644 --- a/src/views/datamanage/dictionaryManage.vue +++ b/src/views/datamanage/dictionaryManage.vue @@ -782,9 +782,9 @@ var y = time.getFullYear(); var m = time.getMonth() + 1; var d = time.getDate(); - var h = time.getHours(); - var mm = time.getMvinutes(); - var s = time.getSeconds(); + // var h = time.getHours(); + // var mm = time.getMvinutes(); + // var s = time.getSeconds(); return y + "-" + this.add0(m) + "-" + this.add0(d); }, //鏍煎紡鍖栨椂闂� -- Gitblit v1.9.3