diff --git a/src/api/construction/manage/hoistManage.js b/src/api/construction/manage/hoistManage.js
index 5aeddd1..0782360 100644
--- a/src/api/construction/manage/hoistManage.js
+++ b/src/api/construction/manage/hoistManage.js
@@ -60,4 +60,13 @@ export function getJdWarnList(query) {
method: 'get',
params: query
})
+}
+
+/* 关闭近电感应告警 */
+export function closeJdWarn(data) {
+ return request({
+ url: '/tcp/netty/closeWarn',
+ method: 'post',
+ data:data
+ })
}
\ No newline at end of file
diff --git a/src/assets/images/close_img.png b/src/assets/images/close_img.png
new file mode 100644
index 0000000..6bfb718
Binary files /dev/null and b/src/assets/images/close_img.png differ
diff --git a/src/views/construction/manage/hoistManage/hoistManage.vue b/src/views/construction/manage/hoistManage/hoistManage.vue
index 2529fb2..886e257 100644
--- a/src/views/construction/manage/hoistManage/hoistManage.vue
+++ b/src/views/construction/manage/hoistManage/hoistManage.vue
@@ -46,7 +46,9 @@
{{ item.electricQuantity }}%
-