parent
dd0a9781a1
commit
f4792d9b08
|
@ -77,12 +77,9 @@ const queryParams = reactive({
|
||||||
times: [],
|
times: [],
|
||||||
sortingFields: {}
|
sortingFields: {}
|
||||||
})
|
})
|
||||||
// 列表的加载中
|
const loading = ref(false) // 列表的加载中
|
||||||
const loading = ref(false)
|
const total = ref(0) // 列表的总页数
|
||||||
// 列表的总页数
|
const list = ref<ProductStatisticsVO[]>([]) // 列表的数据
|
||||||
const total = ref(0)
|
|
||||||
// 列表的数据
|
|
||||||
const list = ref<ProductStatisticsVO[]>([])
|
|
||||||
|
|
||||||
/** 查询商品列表 */
|
/** 查询商品列表 */
|
||||||
const getSpuList = async () => {
|
const getSpuList = async () => {
|
||||||
|
|
Loading…
Reference in New Issue