Commit 29e7161e by YunaiV

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

parent 9bdba0f6
......@@ -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 () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment