From fbb1189509a3da28c3904cac7c8aa106b1b7cac2 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 24 Jun 2024 15:35:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8B=E5=8F=91=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=EF=BC=9A=E6=94=B6=E6=96=87=E5=8D=95=E4=BD=8D=E6=9C=AA?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=97=B6=E6=98=BE=E7=A4=BA=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/fileprovide/add.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html index a258a87..278b9c4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html @@ -98,7 +98,7 @@
-
@@ -239,6 +239,12 @@ minView: "month", autoclose: true }); + $(function() { + $('#targetDepart').select2({ + placeholder: "请选择收文单位", + allowClear: true + }); + })