Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_vue_manage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨硕
91isoft_vue_manage
Commits
0d1ba336
Commit
0d1ba336
authored
Jan 04, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
abf284ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
index.vue
src/views/system/role/index.vue
+7
-1
index.vue
src/views/system/user/index.vue
+2
-1
No files found.
src/views/system/role/index.vue
View file @
0d1ba336
...
...
@@ -560,7 +560,13 @@ export default {
/** 重置按钮操作 */
resetQuery
()
{
// this.dateRange = []
this
.
resetForm
(
'queryForm'
)
this
.
queryParams
=
{
page
:
1
,
rows
:
10
,
roleName
:
''
,
roleKey
:
''
,
flag
:
''
}
this
.
handleQuery
()
},
// 多选框选中数据
...
...
src/views/system/user/index.vue
View file @
0d1ba336
...
...
@@ -422,6 +422,7 @@ export default {
deptChildren
:
[],
// 表单参数
form
:
{
deptId
:
null
,
username
:
''
,
phone
:
''
,
email
:
''
,
...
...
@@ -639,7 +640,7 @@ export default {
reset
()
{
this
.
form
=
{
userId
:
''
,
deptId
:
''
,
deptId
:
null
,
phone
:
''
,
username
:
''
,
userType
:
''
,
...
...
Write
Preview
Markdown
is supported
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