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(); },