diff --git a/src/api/model/policy.js b/src/api/model/policy.js
index 7a8803a..2a6ab36 100644
--- a/src/api/model/policy.js
+++ b/src/api/model/policy.js
@@ -81,11 +81,11 @@ export function listPolicyNoPage(query) {
}
// 批量修改参数值状态策略
-export function updatePolicyBatch(updateList,deleteList,addList) {
+export function updatePolicyBatch(updateList,deleteList,addList,deviceUuid) {
return request({
url: '/model/dcBusiAlertParamPolicy/batchUpdate',
method: 'put',
- data: {"updateList":updateList,"deleteList":deleteList,"addList":addList}
+ data: {"updateList":updateList,"deleteList":deleteList,"addList":addList,"deviceUuid":deviceUuid}
})
}
diff --git a/src/views/model/alert/deviceparamalert.vue b/src/views/model/alert/deviceparamalert.vue
index 10e1578..92b6ee1 100644
--- a/src/views/model/alert/deviceparamalert.vue
+++ b/src/views/model/alert/deviceparamalert.vue
@@ -97,21 +97,11 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
- 告警逻辑
+ 告警逻辑
@@ -323,15 +299,15 @@
@import "@/assets/styles/self-defined.scss";