Browse Source
修复字典表详情页面搜索bug
Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
master
也曾为你像超人
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-ui/src/views/system/dict/data.vue
|
@ -251,8 +251,8 @@ export default { |
|
|
queryParams: { |
|
|
queryParams: { |
|
|
pageNum: 1, |
|
|
pageNum: 1, |
|
|
pageSize: 10, |
|
|
pageSize: 10, |
|
|
dictName: undefined, |
|
|
|
|
|
dictType: undefined, |
|
|
dictType: undefined, |
|
|
|
|
|
dictLabel: undefined, |
|
|
status: undefined |
|
|
status: undefined |
|
|
}, |
|
|
}, |
|
|
// 表单参数 |
|
|
// 表单参数 |
|
|