Merge branch 'master' of https://gitee.com/lh-gonnaberich/yudao-ui-admin-vue3 into feature-init-lxy
commit
f419771bfc
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue