weiximei 6 年前
父节点
当前提交
289c843e18

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java 查看文件

461
         }
461
         }
462
 //            user.setVerifyStatus("1");
462
 //            user.setVerifyStatus("1");
463
         }
463
         }
464
-        taUserMapper.updateByPrimaryKeySelective(user);
464
+//        taUserMapper.updateByPrimaryKeySelective(user);
465
         return response;
465
         return response;
466
     }
466
     }
467
 
467
 

+ 6
- 2
VUECODE/smart-property-manage/src/views/owner/index.vue 查看文件

17
       </el-form-item>
17
       </el-form-item>
18
       <el-form-item>
18
       <el-form-item>
19
         <el-button type="info" class="filter-item" @click="handleFilter">清空</el-button>
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
       </el-form-item>
21
       </el-form-item>
22
     </el-form>
22
     </el-form>
23
     <el-table
23
     <el-table
131
       this.$store.dispatch('UserPassCertification', this.listQuery).then((res) => {
131
       this.$store.dispatch('UserPassCertification', this.listQuery).then((res) => {
132
         const resData = res.data
132
         const resData = res.data
133
         this.userPassCertification = resData.list
133
         this.userPassCertification = resData.list
134
-        this.listQuery.pageNum = 1
134
+        this.listQuery.pageNum = resData.pageNum
135
         this.listQuery.pageSize = 10
135
         this.listQuery.pageSize = 10
136
         this.total = resData.total
136
         this.total = resData.total
137
         this.listLoading = false
137
         this.listLoading = false
142
     },
142
     },
143
     handleSelectionChange(data) {
143
     handleSelectionChange(data) {
144
 
144
 
145
+    },
146
+	search(){
147
+      this.listQuery.pageNum = 1
148
+      this.dataQuery()
145
     },
149
     },
146
     handleFilter() {
150
     handleFilter() {
147
       this.listQuery.pageNum = 1
151
       this.listQuery.pageNum = 1