feature/mall_product #12

Merged
tianyu merged 3 commits from feature/mall_product into master 2023-06-02 10:47:40 +08:00
2 changed files with 2 additions and 2 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;

View File

@ -89,7 +89,7 @@
</el-button>
</el-popover>
<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-dropdown-menu slot="dropdown">
<el-dropdown-item command="handleDisabled" size="mini" type="text" icon="el-icon-video-pause"