From 47121dff8da689923f2f1af9daf63854f385c395 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期五, 03 十一月 2023 13:37:58 +0800 Subject: [PATCH] 查看产品、产品类别弹窗调整上架规则 --- src/views/productManage/product/index.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue index 2eed6ad..c5855a4 100644 --- a/src/views/productManage/product/index.vue +++ b/src/views/productManage/product/index.vue @@ -125,7 +125,6 @@ this.pagerOptions.currPage = 1 this.searchTaskMap = query.id ? [{ categoryId: this.categoryId, title: query.categoryName }] : [] } - this.getData() }, methods: { -- Gitblit v1.8.0