修改了桌面霸屏页面:

1、读取已登录信息的代码;
2、根据已登录信息获取部门业绩的代码;
3、将数据结构代码移到 types 目录下。
This commit is contained in:
2023-05-09 23:45:53 +08:00
parent d0c9383bf8
commit 52667f3d9c
6 changed files with 72 additions and 32 deletions

View File

@@ -34,6 +34,7 @@ function queryDepartmentArchievement( departmentInfo: Department, render: any ):
instance.request({
method: "post",
url: API_URL.URL_DEPARTMENT_ARCHIEVEMENT,
data: departmentInfo,
})
.then(( response ) =>
{