mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	【缺陷修复】商城:去掉 Number(params.propertyId) 的 Number,解决对雪花算法的兼容性
This commit is contained in:
		@@ -105,7 +105,7 @@ const list = ref([]) // 列表的数据
 | 
			
		||||
const queryParams = reactive({
 | 
			
		||||
  pageNo: 1,
 | 
			
		||||
  pageSize: 10,
 | 
			
		||||
  propertyId: Number(params.propertyId),
 | 
			
		||||
  propertyId: params.propertyId,
 | 
			
		||||
  name: undefined
 | 
			
		||||
})
 | 
			
		||||
const queryFormRef = ref() // 搜索的表单
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user