修复banner列表检索字段

This commit is contained in:
熊丽君
2022-03-25 09:33:24 +08:00
parent 8b53d7f80f
commit 29857cfc74

View File

@ -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,