[问题修复](pet):

列表分页失效问题,
  人员详细信息不全
dev
huangyuxuan 2024-11-06 14:00:21 +08:00
parent 3966c1a377
commit 96c97d9c29
2 changed files with 2 additions and 2 deletions

View File

@ -687,7 +687,7 @@ export default {
this.varList[i].BASIC_STATE = 2 this.varList[i].BASIC_STATE = 2
} }
} }
this.total = data.page.totalResult this.total = data.page.total
}).catch((e) => { }).catch((e) => {
this.listLoading = false this.listLoading = false
}) })

View File

@ -293,7 +293,7 @@ export default {
}, },
// //
toUserDetail(ROW) { toUserDetail(ROW) {
this.$refs.userbaseinfoview.openWindow(ROW.USER_ID, ROW.CORPINFO_ID) this.$refs.userbaseinfoview.openWindow(ROW.USER_ID, JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID)
}, },
userEdit() { userEdit() {
this.$refs.form.validate(valid => { this.$refs.form.validate(valid => {