js 頁面跳轉的時候不要加上 return

//直接上級,若是沒有員工填報的話,就是默認主頁是 待辦事項裏面。 
    if(typeof(roleNames) != "undefined" && roleNames!=="" && roleNames.indexOf("【經理工做臺】")!=-1){
        window.location.href = _ctxPath +"/toDoStController/toDoStList.do";
        //return;跳轉的時候不要 加上return 會跳轉不成功的。
    }io

 

會跳轉不成功的。List

相關文章
相關標籤/搜索