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
ea66e202
Commit
ea66e202
authored
Jun 10, 2021
by
RuoYi
Browse files
修复用户搜索分页变量错误
parent
a209b395
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/user/index.vue
View file @
ea66e202
...
...
@@ -545,7 +545,7 @@ export default {
},
/** 搜索按钮操作 */
handleQuery
()
{
this
.
queryParams
.
page
=
1
;
this
.
queryParams
.
page
Num
=
1
;
this
.
getList
();
},
/** 重置按钮操作 */
...
...
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