From bdd99a4f6edb84d8eebe6afc38c2c2f86fb4a52c Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 16 六月 2025 14:13:57 +0800
Subject: [PATCH] 修改查询条件

---
 src/types/gasManage.d.ts |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/types/gasManage.d.ts b/src/types/gasManage.d.ts
index 94b7f7b..f00cd59 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,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