|
|
@@ -7,16 +7,16 @@ function Home(props) {
|
|
|
|
|
|
return (
|
|
|
<>
|
|
|
- {/* <Alarm.DetailModal
|
|
|
+ <Alarm.DetailModal
|
|
|
open={open}
|
|
|
onCancel={() => setOpen(false)}
|
|
|
options={{ ruleId: 25 }}
|
|
|
// options={{
|
|
|
// pointId: "ABC123_AAA_chr1_AEff_MIN_H",
|
|
|
// }}
|
|
|
- ></Alarm.DetailModal> */}
|
|
|
- <Alarm.ComplexConfig ref={compRef} editId={-1}></Alarm.ComplexConfig>
|
|
|
- <button onClick={() => compRef?.current?.ok()}>测试</button>
|
|
|
+ ></Alarm.DetailModal>
|
|
|
+ {/* <Alarm.ComplexConfig ref={compRef} editId={-1}></Alarm.ComplexConfig>
|
|
|
+ <button onClick={() => compRef?.current?.ok()}>测试</button> */}
|
|
|
{/* <Alarm.EasyConfig
|
|
|
ref={compRef}
|
|
|
// pointId="ZWB_ALARM_chr_5_AE"
|