Compare commits

..

No commits in common. "da4d5c1f54da2969235949a31454d14c5495eadc" and "2cf6d5c79a2b3c66ecaae0bef78c107b58cab489" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

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