【缺陷修复】商城:去掉 Number(params.propertyId) 的 Number,解决对雪花算法的兼容性

This commit is contained in:
YunaiV 2024-09-11 12:30:36 +08:00
parent cb6e716ce2
commit e1502d15a2

View File

@ -105,7 +105,7 @@ const list = ref([]) // 列表的数据
const queryParams = reactive({ const queryParams = reactive({
pageNo: 1, pageNo: 1,
pageSize: 10, pageSize: 10,
propertyId: Number(params.propertyId), propertyId: params.propertyId,
name: undefined name: undefined
}) })
const queryFormRef = ref() // const queryFormRef = ref() //