Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
742456dd
authored
May 08, 2024
by
刘岩Tony
Committed by
Gitee
May 08, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决部门管理页面中,重置按钮失效问题
部门名称中的prop属性值写错了,会导致重置按钮不生效,已做相应更改 Signed-off-by: 刘岩Tony <345006662@qq.com>
parent
6c179809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/views/system/dept/index.vue
+1
-1
No files found.
src/views/system/dept/index.vue
View file @
742456dd
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
:inline=
"true"
:inline=
"true"
label-width=
"68px"
label-width=
"68px"
>
>
<el-form-item
label=
"部门名称"
prop=
"
titl
e"
>
<el-form-item
label=
"部门名称"
prop=
"
nam
e"
>
<el-input
<el-input
v-model=
"queryParams.name"
v-model=
"queryParams.name"
placeholder=
"请输入部门名称"
placeholder=
"请输入部门名称"
...
...
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