Merge branch 'master' of https://gitee.com/lh-gonnaberich/yudao-ui-admin-vue3 into feature-init-lxy

pull/868/head^2^2
Lixiaoyan 2026-03-21 13:33:02 +08:00
commit f419771bfc
2 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ const list = ref<DeviceVO[]>([]) // 列表的数据
const total = ref(0) //
const queryParams = reactive({
pageNo: 1,
pageSize: 10,
pageSize: 12,
deviceName: undefined,
productId: undefined as number | undefined,
deviceType: undefined,

View File

@ -263,7 +263,7 @@ const list = ref<ProductVO[]>([]) // 列表的数据
const total = ref(0) //
const queryParams = reactive({
pageNo: 1,
pageSize: 10,
pageSize: 12,
name: undefined,
productKey: undefined
})