REVIEW 用户管理(列表)

This commit is contained in:
YunaiV
2023-03-31 07:54:33 +08:00
parent 1434cdabe0
commit 643b387367
5 changed files with 130 additions and 201 deletions

View File

@ -112,7 +112,7 @@ const { t } = useI18n() // 国际化
const loading = ref(true) // 列表的加载中
const total = ref(0) // 列表的总页数
const list = ref([]) // 列表的数据
const queryParams: Record<string, any> = ref<Record<string, any>>({
const queryParams = reactive({
pageNo: 1,
pageSize: 10,
name: null,