|
@@ -5,7 +5,7 @@ |
|
|
<div class="search_box"> |
|
|
<div class="search_box"> |
|
|
<div class="left"> |
|
|
<div class="left"> |
|
|
<p @click="showPicker = true">{{surveyStatus}}<van-icon name="play" /></p> |
|
|
<p @click="showPicker = true">{{surveyStatus}}<van-icon name="play" /></p> |
|
|
<van-field v-model="value" @input="searchChange" @clear="searchClear" clearable left-icon="search" placeholder="请输入地块名称" /> |
|
|
|
|
|
|
|
|
<van-field v-model="value" @input="searchChange" @clear="searchClear" clearable left-icon="search" placeholder="地块编码" /> |
|
|
</div> |
|
|
</div> |
|
|
<van-button type="primary" round @click="goSearch" >搜索</van-button> |
|
|
<van-button type="primary" round @click="goSearch" >搜索</van-button> |
|
|
</div> |
|
|
</div> |
|
@@ -103,7 +103,7 @@ |
|
|
this.showPicker = false; |
|
|
this.showPicker = false; |
|
|
}, |
|
|
}, |
|
|
searchChange(value) { |
|
|
searchChange(value) { |
|
|
this.queryParams.dkmc = value; |
|
|
|
|
|
|
|
|
this.queryParams.dkbm = value; |
|
|
}, |
|
|
}, |
|
|
goSearch(){ |
|
|
goSearch(){ |
|
|
this.queryParams.pageNum = 1; |
|
|
this.queryParams.pageNum = 1; |
|
|