This commit is contained in:
parent
6bfb189337
commit
06d258e10b
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue