fix: 修复banner传参的问题
parent
d5167b3e35
commit
0b8cf5ccab
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue