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

View File

@ -371,6 +371,7 @@ const onAlter = () => {
monitoringPointCode: state.formState.monitoringPointCode, monitoringPointCode: state.formState.monitoringPointCode,
monitoringPointName: state.formState.monitoringPointName, monitoringPointName: state.formState.monitoringPointName,
type: state.formState.type, type: state.formState.type,
streamType:state.formState.streamType,
}) })
.then((res) => { .then((res) => {
if (res.code === 200) { if (res.code === 200) {