优化列表分页和数据加载
This commit is contained in:
@@ -46,7 +46,7 @@ export default function AssignmentsPage() {
|
||||
// 加载账号(仅已成功登录过的)
|
||||
const loadAccounts = async () => {
|
||||
try {
|
||||
const all = await accountApi.list({ has_cookie: true });
|
||||
const all = await accountApi.list({ has_cookie: true, include_sensitive: false });
|
||||
setAccounts(all);
|
||||
} catch (e: unknown) {
|
||||
message.error(getErrorMessage(e));
|
||||
|
||||
Reference in New Issue
Block a user