parent
933a5e995b
commit
25279bcd76
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue