From 6793a38d16508591d75f1b5e95b08f7f7d3645e3 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 10 十月 2024 11:45:39 +0800 Subject: [PATCH] 系统分组 --- src/types/mitt.d.ts | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/types/mitt.d.ts b/src/types/mitt.d.ts index 5181182..b9cb554 100644 --- a/src/types/mitt.d.ts +++ b/src/types/mitt.d.ts @@ -1,3 +1,5 @@ +import type { SupervisorPublished } from '../views/project/yw/lowCode/sqlAmis/types'; + /** * mitt 浜嬩欢绫诲瀷瀹氫箟 * @@ -68,11 +70,20 @@ }; 'fault.diagnosis.event.update': { ID?: string; - OldCatalogID?:string; + OldCatalogID?: string; CatalogID?: string; }; + 'supervisor.publish': { + id: string; + published: SupervisorPublished; + }; + //#endregion + + 'amis.page.ready':{ + instance + } }; // mitt 鍙傛暟绫诲瀷瀹氫箟 -- Gitblit v1.9.3