From 31356e532139d8de3014efc6662e5c32181a740b Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Wed, 15 May 2024 15:04:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E6=96=87=E4=BB=B6=E6=8F=90?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/fileextract/edit.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/fileextract/edit.html b/ruoyi-admin/src/main/resources/templates/system/fileextract/edit.html index 588121a..fd215aa 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileextract/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileextract/edit.html @@ -8,7 +8,7 @@
- +
@@ -63,15 +63,15 @@ function submitHandler() { if ($.validate.form()) { - $.operate.save(prefix + "/edit", $('#form-fileextract-edit').serialize()); + $.operate.save(prefix + "/edit", $('#form-filereceive-edit').serialize()); } } $("input[name='extractDate']").val($.common.dateFormat(new Date(),"yyyy-MM-dd")); - $("input[name='extractDate']").datetimepicker({ - format: "yyyy-mm-dd", - minView: "month", - autoclose: true - }); + // $("input[name='extractDate']").datetimepicker({ + // format: "yyyy-mm-dd", + // minView: "month", + // autoclose: true + // });