From 18ff362a7c4da93688eddc9f147e0879b8c03754 Mon Sep 17 00:00:00 2001 From: 15036302109 Date: Mon, 19 Feb 2024 15:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=88=86=E7=B1=BB=E6=94=B9?= =?UTF-8?q?=E6=88=90=E6=8C=89=E9=92=AE=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/user/index.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index 5c96583..8c1cf0d 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -74,7 +74,7 @@ end-placeholder="结束日期" > - + + + + + - + 县直单位 + 街道及乡镇 + + + 搜索 重置 @@ -503,6 +513,13 @@ export default { } }, + /** 部门分类按钮组 */ + deptClick(type) { + this.queryParams.deptType = type; + deptTreeSelectByDeptType(type).then(response => { + this.deptOptions = response.data; + }); + }, // 筛选节点 filterNode(value, data) { if (!value) return true;