From 06d258e10be1bc94a92227af59b430021a2298e8 Mon Sep 17 00:00:00 2001 From: "chenpp@ydoo.com" Date: Sat, 7 Oct 2023 09:51:12 +0800 Subject: [PATCH] gx --- index.html | 2 +- src/views/form/monitoringpoints.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f408b75..5f29034 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 数据中台(西周) + 大华监控
diff --git a/src/views/form/monitoringpoints.vue b/src/views/form/monitoringpoints.vue index 9a74400..0a9801a 100644 --- a/src/views/form/monitoringpoints.vue +++ b/src/views/form/monitoringpoints.vue @@ -371,6 +371,7 @@ const onAlter = () => { monitoringPointCode: state.formState.monitoringPointCode, monitoringPointName: state.formState.monitoringPointName, type: state.formState.type, + streamType:state.formState.streamType, }) .then((res) => { if (res.code === 200) {