From e1502d15a2e7f39ba49932d2852f583099ffc02e Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 11 Sep 2024 12:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E5=95=86=E5=9F=8E=EF=BC=9A=E5=8E=BB=E6=8E=89=20Number?= =?UTF-8?q?(params.propertyId)=20=E7=9A=84=20Number=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=AF=B9=E9=9B=AA=E8=8A=B1=E7=AE=97=E6=B3=95=E7=9A=84?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/product/property/value/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mall/product/property/value/index.vue b/src/views/mall/product/property/value/index.vue index d708172c..f0a6ef48 100644 --- a/src/views/mall/product/property/value/index.vue +++ b/src/views/mall/product/property/value/index.vue @@ -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() // 搜索的表单