Compare commits

..

4 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ export default {
getList() { getList() {
this.loading = true; this.loading = true;
// //
this.queryParams.id = this.$route.query.id this.queryParams.tenantId = this.$route.query.id
getBannerPage(this.queryParams).then(response => { getBannerPage(this.queryParams).then(response => {
this.list = response.data.list; this.list = response.data.list;
this.total = response.data.total; this.total = response.data.total;

View File

@ -89,7 +89,7 @@
</el-button> </el-button>
</el-popover> </el-popover>
<el-dropdown @command="(command) => handleCommand(command, scope.$index, scope.row)" <el-dropdown @command="(command) => handleCommand(command, scope.$index, scope.row)"
v-hasPermi="['system:user:delete', 'system:user:update-password', 'system:permission:assign-user-role']"> v-hasPermi="['system:tenant:disable', 'system:tenant:commission', 'system:tenant:notice', 'system:tenant:banner']">
<el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button> <el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="handleDisabled" size="mini" type="text" icon="el-icon-video-pause" <el-dropdown-item command="handleDisabled" size="mini" type="text" icon="el-icon-video-pause"