修复字典表详情页面搜索bug

Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
This commit is contained in:
也曾为你像超人 2023-10-30 03:50:19 +00:00 committed by Gitee
parent 72d4069537
commit 1f753e3d84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -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
}, },
// //