增加可以用坐席名称登录

This commit is contained in:
2023-11-01 20:49:54 +08:00
parent 7311ab5e2a
commit 4e74bff380
5 changed files with 15 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ interface LoginInfo
interface LoginCallerInfo
{
telsaler_code: string;
telsaler: string;
}
interface RequestResult

View File

@@ -169,7 +169,7 @@ export default {
{
// 是坐席
const loginInfo: LoginCallerInfo = {
telsaler_code: ui.account,
telsaler: ui.account,
};
// 登录