fix(frontend): bug fix: add is_verify in exporting user

This commit is contained in:
zouxiaochuan 2024-02-07 22:19:12 +08:00
parent abb6256ae0
commit 827339fd1f
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ async function handleClickExport(): Promise<void> {
username: filters.value.userName,
email: filters.value.email,
limit: pageSize.value,
is_verified: filters.value.verifyStatus,
page: _page - 1,
}),
})