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 + }); + })