From 0ec5955ea08690fd6b5bc3555641b54272e83230 Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Wed, 24 Jan 2024 11:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E9=A2=84=E8=AD=A6=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E6=90=9C=E7=B4=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/goods/goods-seller/alertQuantity.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seller/src/views/goods/goods-seller/alertQuantity.vue b/seller/src/views/goods/goods-seller/alertQuantity.vue index 54ac51e4..3e2367f4 100644 --- a/seller/src/views/goods/goods-seller/alertQuantity.vue +++ b/seller/src/views/goods/goods-seller/alertQuantity.vue @@ -334,7 +334,7 @@ handleSearch() { this.searchForm.pageNumber = 1; this.searchForm.pageSize = 10; - this.searchForm.categoryPath = this.category.join(",") + this.searchForm.categoryPath = this.category ? this.category.join(",") : null; this.getDataList(); }, // 重置搜索条件