parent
d26541cbfb
commit
d32d5b310d
|
@ -99,12 +99,11 @@ export default {
|
|||
CORPINFO_ID: obj[0].CORPINFO_ID,
|
||||
RELEVANT_UNIT_NAME: obj[0].RELEVANT_UNIT_NAME
|
||||
});
|
||||
if (info.code === 200){
|
||||
if (info.code === 200) {
|
||||
uni.$u.toast('入职成功')
|
||||
}else {
|
||||
uni.$u.toast('入职失败,请联系管理员')
|
||||
} else {
|
||||
uni.$u.toast(info.msg ? info.msg : '系统异常请联系管理员')
|
||||
}
|
||||
|
||||
} else if (type === '1') {
|
||||
// type=1时跳转电子工牌页面
|
||||
uni.$u.route({
|
||||
|
@ -118,8 +117,8 @@ export default {
|
|||
}
|
||||
});
|
||||
},
|
||||
fnIsShow(index){
|
||||
if(index === 5) return !!this.userInfo.CORPINFO_ID
|
||||
fnIsShow(index) {
|
||||
if (index === 5) return !!this.userInfo.CORPINFO_ID
|
||||
return true
|
||||
},
|
||||
fnNavigator(e) {
|
||||
|
|
Loading…
Reference in New Issue