From 0b8cf5ccabd962a01db8a090c922b61732e156b2 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Fri, 2 Jun 2023 10:45:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbanner=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/views/mall/market/banner/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-ui-admin/src/views/mall/market/banner/index.vue b/yudao-ui-admin/src/views/mall/market/banner/index.vue index 7e609e527..d1a58be1d 100644 --- a/yudao-ui-admin/src/views/mall/market/banner/index.vue +++ b/yudao-ui-admin/src/views/mall/market/banner/index.vue @@ -130,7 +130,7 @@ export default { getList() { this.loading = true; // 执行查询 - this.queryParams.id = this.$route.query.id + this.queryParams.tenantId = this.$route.query.id getBannerPage(this.queryParams).then(response => { this.list = response.data.list; this.total = response.data.total;