[问题修复](dev):

- 修复证件信息管理 查看详细信息照片缺失问题
dev
huangyuxuan 2024-12-18 16:42:24 +08:00
parent 933a5e995b
commit 25279bcd76
1 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@ export default {
data() { data() {
return { return {
userId: this.$parent.USER_ID_T, userId: this.$parent.USER_ID_T,
baseInfourl: '/api/user/getUserDetailInfoByUserId', baseInfourl: '/user/getDetailByUserIdAndCorpInfoId',
treeLoading: false, treeLoading: false,
listLoading: false, listLoading: false,
add: true, add: true,
@ -297,7 +297,7 @@ export default {
}, },
// //
toUserDetail(ROW) { toUserDetail(ROW) {
this.$refs.userbaseinfoview.openWindow(ROW.USER_ID, JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID) this.$refs.userbaseinfoview.openWindow(ROW.USER_ID, JSON.parse(sessionStorage.getItem('user')).CORPINFO_ID ,ROW.EMPLOYMENT_APPLY_MANAGEMENT_ID)
}, },
userEdit() { userEdit() {
this.$refs.form.validate(valid => { this.$refs.form.validate(valid => {
@ -380,7 +380,7 @@ export default {
}) })
return false return false
} }
this.$refs.sendUtil.init(_selectData) this.$refs.sendUtil.init(_selectData,1)
}, },
// //
hasButton: function() { hasButton: function() {