|
@@ -18,7 +18,7 @@
|
|
|
<el-select v-model="conditions.goafId" placeholder="采空区编号" @change="changeArea(4)" style="width:210px;margin:0 12px;">
|
|
|
<el-option v-for="item in goafNames" :key="item.goafId" :value="item.goafId" :label="item.goafName" />
|
|
|
</el-select>
|
|
|
- <div class="bt search" @click="getData">查询</div>
|
|
|
+ <div class="bt search" @click="search">查询</div>
|
|
|
<div class="bt" @click="resetSubmit">重置</div>
|
|
|
</div>
|
|
|
<div class="lf-container">
|
|
@@ -125,7 +125,11 @@ import { NumConvertLM ,parseTime} from '@/utils'
|
|
|
this.dataList = data
|
|
|
this.total = total
|
|
|
})
|
|
|
- },
|
|
|
+ },
|
|
|
+ search(){
|
|
|
+ this.conditions.page=1
|
|
|
+ this.getData()
|
|
|
+ },
|
|
|
changeHead(item){
|
|
|
this.activeId=item.id
|
|
|
},
|