|
@@ -34,6 +34,7 @@
|
|
|
v-model:value="companySearchParam.maxDistance"
|
|
|
placeholder="距离范围" style="width: 35%"
|
|
|
:allow-clear="true" size="small"
|
|
|
+ @change="onSearch"
|
|
|
>
|
|
|
<a-select-option :value="item.value" v-for="(item,index) in rangeList" :key="index">{{
|
|
|
item.label
|
|
@@ -46,6 +47,7 @@
|
|
|
:field-names="{ label: 'name', value: 'value' }"
|
|
|
placeholder="企业规模" style="width: 49%"
|
|
|
:allow-clear="true" size="small"
|
|
|
+ @change="onSearch"
|
|
|
>
|
|
|
</a-select>
|
|
|
<a-select
|
|
@@ -54,6 +56,7 @@
|
|
|
:options="regionList"
|
|
|
:field-names="{ label: 'name', value: 'code' }"
|
|
|
placeholder="所属县区" size="small" style="width: 152px"
|
|
|
+ @change="onSearch"
|
|
|
>
|
|
|
</a-select>
|
|
|
<a-select
|
|
@@ -62,6 +65,7 @@
|
|
|
:options="siteList"
|
|
|
:field-names="{ label: 'siteName', value: 'siteID' }"
|
|
|
placeholder="所属驿站" size="small" style="width: 149px"
|
|
|
+ @change="onSearch"
|
|
|
>
|
|
|
</a-select>
|
|
|
</div>
|