Compare commits
4 Commits
6d3211e7b9
...
102ea79177
Author | SHA1 | Date |
---|---|---|
tianyu | 102ea79177 | |
TianYu | 488f0166be | |
TianYu | a6fea11b09 | |
TianYu | 0b8cf5ccab |
|
@ -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;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue