Merge pull request #353 from Learnware-LAMDA/fix_export_user

fix(frontend): bug fix: add is_verify in exporting user
This commit is contained in:
zouxiaochuan 2024-02-07 22:50:24 +08:00 committed by GitHub
commit f310391bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,
}),
})