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

(cherry picked from commit 29e7161eba)
pull/420/head
YunaiV 2024-01-07 16:23:24 +08:00 committed by shizhong
parent dd0a9781a1
commit f4792d9b08
1 changed files with 3 additions and 6 deletions

View File

@ -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 () => {