From 435ca0ab6edf16021880533efc17f0a100ca5189 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Mon, 26 Feb 2024 16:17:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index bde863b..2f779b2 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -135,7 +135,8 @@ export default { size: this.tableData.size, name: this.query.name, categoryId: this.query.categoryId, - typeEnum: this.query.typeEnum + typeEnum: this.query.typeEnum, + shopId: localStorage.getItem('shopId') }) this.tableData.loading = false this.tableData.data = res.content @@ -180,6 +181,7 @@ export default { padding-left: 8px; display: flex; flex-direction: column; + .tag_wrap { display: flex; }