Merge pull request 'feature/mall_product' (#12) from feature/mall_product into master
Reviewed-on: http://117.33.142.185:3000/zenghuapei/cyywl_server/pulls/12pull/16/head
commit
102ea79177
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue