修改搜索

This commit is contained in:
庞东林
2021-12-09 09:22:43 +08:00
parent 0671bc379e
commit dc429276a0
3 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
<a-row>
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="断面名称:">
<a-select mode="multiple" v-model:value="where.sectionName" allowClear showSearch>
<a-select mode="multiple" v-model:value="where.sectionNameList" allowClear showSearch>
<a-select-option v-for="item in sectionOptions" :key="item.value"
>{{ item.label }}
</a-select-option>
@@ -51,7 +51,7 @@
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="区域:">
<a-select
v-model:value="where.checked"
v-model:value="where.regionNameList"
allowClear
placeholder="未选择"
>