fix: 修复banner传参的问题

pull/12/head
TianYu 2023-06-02 10:45:52 +08:00
parent d5167b3e35
commit 0b8cf5ccab
1 changed files with 1 additions and 1 deletions

View File

@ -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;