From 1289c40801a6f0da5ba786fb4a9e8203e3e2620a Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 08 May 2025 15:04:29 +0800
Subject: [PATCH] 新xiugai
---
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