fix: 🐛 字典数据参数字典编码类型不正确问题修复
This commit is contained in:
@@ -199,7 +199,7 @@ const total = ref(0);
|
||||
const queryParams = reactive<DictDataPageQuery>({
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
dictCode,
|
||||
dictCode: dictCode.value,
|
||||
});
|
||||
|
||||
const tableData = ref<DictDataPageVO[]>();
|
||||
|
||||
Reference in New Issue
Block a user