diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 5123aae3..d508f327 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -2,28 +2,31 @@
+ - - - + + + + + @@ -31,196 +34,199 @@ :span="20" :xs="24" > - - - - 新增 - - - 修改 - - - 删除 - - - - - - - - - - - - - - - - - - 搜索 - - - 重置 - - - - - - - - - - - - - + - - - - - - - - + + - + + + + + + + + + + + + + + + + + + + + @@ -519,7 +525,7 @@ function filterDeptNode(value: string, data: any) { } /** - * 部门点击事件 + * 部门树点击 **/ function handleDeptNodeClick(data: { [key: string]: any }) { state.queryParams.deptId = data.id @@ -720,4 +726,5 @@ onMounted(() => { })