From 316e2b84f8a858c746820c93fc6fc5df19a6f387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E5=90=8C=E5=AD=A6?= <2495967527@qq.com> Date: Wed, 25 Dec 2024 18:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E5=92=8C=E9=80=9A?= =?UTF-8?q?=E5=91=8A=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/product/banner/index.vue | 30 ++++++++++++++++++++++ src/views/modules/product/notice/index.vue | 30 ++++++++++++++++++++++ 2 files changed, 60 insertions(+) diff --git a/src/views/modules/product/banner/index.vue b/src/views/modules/product/banner/index.vue index a719add..7b46852 100644 --- a/src/views/modules/product/banner/index.vue +++ b/src/views/modules/product/banner/index.vue @@ -73,6 +73,22 @@ + + + + + + 查询 { this.$refs.oTable.reload(); @@ -203,6 +231,8 @@ export default { this.formInline = { type: 0, ownerId: this.shopId, + module: "shop", + app: 1, }; this.$refs.oTable.reload(); }, diff --git a/src/views/modules/product/notice/index.vue b/src/views/modules/product/notice/index.vue index 8ea3149..ee02a54 100644 --- a/src/views/modules/product/notice/index.vue +++ b/src/views/modules/product/notice/index.vue @@ -73,6 +73,22 @@ + + + + + + 查询 { this.$refs.oTable.reload(); @@ -203,6 +231,8 @@ export default { this.formInline = { type: 0, targetId: this.shopId, + position: "3", + app: 1, }; this.$refs.oTable.reload(); },