From d4e1ca6f1078a8257fcf068f51e03a624b29b3b2 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 25 十二月 2024 20:18:33 +0800 Subject: [PATCH] 修改bug --- src/types/gasManage.d.ts | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/types/gasManage.d.ts b/src/types/gasManage.d.ts index 5f4fe45..f00cd59 100644 --- a/src/types/gasManage.d.ts +++ b/src/types/gasManage.d.ts @@ -25,10 +25,12 @@ title: string; isShowUserDialog: boolean; gasForm: { - gasName: string; - gasMolecularFormula: string; - gasThreshold: string; - gasUnit: string; + id: string | null, + gasCategoryId: string| null, + orientation: string, + concentration: number | string, + multiplication: number | string, }; gasFormRules:{}, -} \ No newline at end of file + positionList: Array<any>; +} -- Gitblit v1.9.2