瀏覽代碼

添加用户页面岗位选择框提示

gcii 5 年之前
父節點
當前提交
fbe8e6997e
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      ruoyi-admin/src/main/resources/templates/system/user/add.html

+ 9 - 0
ruoyi-admin/src/main/resources/templates/system/user/add.html

@@ -247,6 +247,15 @@
     			layer.close(index);
 			}
 		}
+
+        jQuery(document).ready(function() {
+            $('#post').select2({
+                placeholder:"请选择岗位",
+                width: 'auto',
+                allowClear: true
+            });
+        })
+
     </script>
 </body>
 </html>