保存进度!
This commit is contained in:
@@ -39,7 +39,11 @@ export default {
|
||||
console.log(window.location.href);
|
||||
console.log(urlParams);
|
||||
|
||||
if (urlParams.account == undefined)
|
||||
if (urlParams.account != undefined)
|
||||
{
|
||||
//根据账号查询员工信息
|
||||
}
|
||||
else
|
||||
{
|
||||
ui.showNeedAccountTip = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user