Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
4517dea9
"jetbrains:/idea/checkout/git" did not exist on "2b83e417b7a8de5c6972207a77fd1810ea1029a0"
Unverified
Commit
4517dea9
authored
Oct 21, 2022
by
也曾为你、像超人
Committed by
Gitee
Oct 21, 2022
Browse files
重置时取消部门选中
Signed-off-by:
也曾为你、像超人
<
1553592282@qq.com
>
parent
e2139687
Changes
1
Show whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/user/index.vue
View file @
4517dea9
...
...
@@ -20,6 +20,7 @@
:expand-on-click-node=
"false"
:filter-node-method=
"filterNode"
ref=
"tree"
node-key=
"id"
default-expand-all
highlight-current
@
node-click=
"handleNodeClick"
...
...
@@ -536,6 +537,8 @@ export default {
resetQuery
()
{
this
.
dateRange
=
[];
this
.
resetForm
(
"
queryForm
"
);
this
.
queryParams
.
deptId
=
undefined
;
this
.
$refs
.
tree
.
setCurrentKey
(
null
);
this
.
handleQuery
();
},
// 多选框选中数据
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment