dingxin hace 6 años
padre
commit
57b7e24ee2
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      VUECODE/smart-property-manage/src/views/owner/index.vue

+ 5
- 1
VUECODE/smart-property-manage/src/views/owner/index.vue Ver fichero

@@ -17,7 +17,7 @@
17 17
       </el-form-item>
18 18
       <el-form-item>
19 19
         <el-button type="info" class="filter-item" @click="handleFilter">清空</el-button>
20
-        <el-button type="primary" @click="dataQuery">查询</el-button>
20
+        <el-button type="primary" @click="search">查询</el-button>
21 21
       </el-form-item>
22 22
     </el-form>
23 23
     <el-table
@@ -142,6 +142,10 @@ export default {
142 142
     },
143 143
     handleSelectionChange(data) {
144 144
 
145
+    },
146
+	search(){
147
+      this.listQuery.pageNum = 1
148
+      this.dataQuery()
145 149
     },
146 150
     handleFilter() {
147 151
       this.listQuery.pageNum = 1