📖 MALL:code review 商品统计的代码

This commit is contained in:
YunaiV 2024-01-07 16:23:24 +08:00
parent 9bdba0f67e
commit 29e7161eba

View File

@ -77,12 +77,9 @@ const queryParams = reactive({
times: [],
sortingFields: {}
})
//
const loading = ref(false)
//
const total = ref(0)
//
const list = ref<ProductStatisticsVO[]>([])
const loading = ref(false) //
const total = ref(0) //
const list = ref<ProductStatisticsVO[]>([]) //
/** 查询商品列表 */
const getSpuList = async () => {