Skip to content

Commit 742456d

Browse files
TonyLiuYangitee-org
authored andcommitted
解决部门管理页面中,重置按钮失效问题
部门名称中的prop属性值写错了,会导致重置按钮不生效,已做相应更改 Signed-off-by: 刘岩Tony <[email protected]>
1 parent 6c17980 commit 742456d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/dept/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:inline="true"
99
label-width="68px"
1010
>
11-
<el-form-item label="部门名称" prop="title">
11+
<el-form-item label="部门名称" prop="name">
1212
<el-input
1313
v-model="queryParams.name"
1414
placeholder="请输入部门名称"

0 commit comments

Comments
 (0)