dingxin 6 years ago
parent
commit
9ffe0ca601

+ 1
- 1
CODE/smart-community/property-api/src/main/java/com/community/huiju/service/impl/BuildingOwnerInfoServiceImpl.java View File

445
         }
445
         }
446
 //            user.setVerifyStatus("1");
446
 //            user.setVerifyStatus("1");
447
         }
447
         }
448
-        taUserMapper.updateByPrimaryKeySelective(user);
448
+//        taUserMapper.updateByPrimaryKeySelective(user);
449
         return response;
449
         return response;
450
     }
450
     }
451
 
451
 

+ 1
- 1
VUECODE/smart-property-manage/src/views/owner/index.vue View File

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