dingxin il y a 6 ans
Parent
révision
57b7e24ee2
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5
    1
      VUECODE/smart-property-manage/src/views/owner/index.vue

+ 5
- 1
VUECODE/smart-property-manage/src/views/owner/index.vue Voir le fichier

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