zhaobao 2 年之前
父節點
當前提交
064ee052a4
共有 3 個文件被更改,包括 8 次插入2 次删除
  1. 1 0
      src/views/particulars/check.vue
  2. 6 2
      src/views/particulars/goaf_info.vue
  3. 1 0
      src/views/particulars/video.vue

+ 1 - 0
src/views/particulars/check.vue

@@ -230,6 +230,7 @@ import {getTime} from '@/utils'
             this.activetab=item.id
         },
         searchSubmit(){
+            this.conditions.page=1
             this.getData()
         },
         getData(){

+ 6 - 2
src/views/particulars/goaf_info.vue

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

+ 1 - 0
src/views/particulars/video.vue

@@ -106,6 +106,7 @@ import { NumConvertLM } from '@/utils'
             this.activeId=item.id
         },
         searchSubmit(){
+            this.conditions.page=1
             this.getData()
         },
         resetSubmit(){