From 7069ff06f3e28c615eba1b42015a4784d996dd05 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 08 五月 2025 13:13:16 +0800
Subject: [PATCH] 新修改

---
 src/types/gasManage.d.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/types/gasManage.d.ts b/src/types/gasManage.d.ts
index 94b7f7b..fc2a73c 100644
--- a/src/types/gasManage.d.ts
+++ b/src/types/gasManage.d.ts
@@ -14,7 +14,7 @@
             pageIndex: number;
             pageSize: number;
             searchParams:{
-                gasName: string
+                name: string
             }
         };
     }
@@ -25,10 +25,11 @@
     title: string;
     isShowUserDialog: boolean;
     gasForm: {
+        id: string;
         gasName: string;
         gasMolecularFormula: string;
         gasThreshold: string;
         gasUnit: string;
     };
     gasFormRules:{},
-}
\ No newline at end of file
+}

--
Gitblit v1.9.2