mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	📖 MALL:code review 商品统计的代码
This commit is contained in:
		@@ -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 () => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user