From 909d20ae348ae18a07a54068c3517ce47a2bcfc7 Mon Sep 17 00:00:00 2001 From: 朱桂飞 <zhuguifei@zhuguifeideMacBook-Air.local> Date: 星期六, 11 一月 2025 12:52:16 +0800 Subject: [PATCH] 修改车间实时监控 --- src/views/system/tenant/tenant.api.ts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/views/system/tenant/tenant.api.ts b/src/views/system/tenant/tenant.api.ts index 2ac4a05..d4b1531 100644 --- a/src/views/system/tenant/tenant.api.ts +++ b/src/views/system/tenant/tenant.api.ts @@ -19,6 +19,7 @@ recycleBinPageList = '/sys/tenant/recycleBinPageList', deleteLogicDeleted = '/sys/tenant/deleteLogicDeleted', revertTenantLogic = '/sys/tenant/revertTenantLogic', + listAll = '/sys/tenant/listAll', } /** @@ -174,3 +175,8 @@ handleSuccess(); }) }; + + +export const listAllTenant = (params) => { + return defHttp.get({url: Api.listAll, params}); +} -- Gitblit v1.9.3