修复banner列表检索字段
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
:inline="true"
|
||||
@submit.native.prevent
|
||||
>
|
||||
<el-form-item label="所在位置" prop="tenant_id">
|
||||
<el-form-item label="所在位置" prop="local">
|
||||
<el-cascader
|
||||
size="small"
|
||||
style="width: 240px"
|
||||
v-model="queryParams.tenant_id"
|
||||
v-model="queryParams.local"
|
||||
clearable
|
||||
separator="-"
|
||||
placeholder="请选择,支持搜索"
|
||||
@ -193,8 +193,7 @@ export default {
|
||||
showSearch: true,
|
||||
bannerLocalList: [],
|
||||
queryParams: {
|
||||
title: undefined,
|
||||
mode: undefined,
|
||||
local: undefined,
|
||||
tenant_id: undefined,
|
||||
page_num: 1,
|
||||
page_size: 10,
|
||||
|
Reference in New Issue
Block a user