This commit is contained in:
陈鹏鹏 2023-10-07 09:51:12 +08:00
parent 6bfb189337
commit 06d258e10b
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>数据中台(西周)</title>
<title>大华监控</title>
</head>
<body>
<div id="app"></div>

View File

@ -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) {