diff --git a/src/views/system/user/tenant.vue b/src/views/system/user/tenant.vue index 314d262..85df59e 100644 --- a/src/views/system/user/tenant.vue +++ b/src/views/system/user/tenant.vue @@ -109,7 +109,7 @@ const getList = async () => { const userId = route.params && route.params.userId; if (userId) { loading.value = true; - const res = await gettenantList(userId as string, 0, params.value); + const res = await gettenantList(userId as string, 2, params.value); console.log(res.data); roles.value = res.data.records; total.value = res.data.total;