From ede67dc74f5ec5e491b102b1835d9cb5315dc6d5 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 01 八月 2022 10:48:15 +0800
Subject: [PATCH] 双重预防

---
 src/views/intellectInspect/inspectBasic/facility/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/intellectInspect/inspectBasic/facility/index.vue b/src/views/intellectInspect/inspectBasic/facility/index.vue
index e25ffd3..d4502f3 100644
--- a/src/views/intellectInspect/inspectBasic/facility/index.vue
+++ b/src/views/intellectInspect/inspectBasic/facility/index.vue
@@ -144,11 +144,11 @@
             }
         };
 
-        // 打开生产装置弹窗
+        // 打开弹窗
         const onOpenDialogRef = (type: string, value: any) => {
             facilityAreaDialogRef.value.openFacilityAreaDialog(type, value, state.facilityAreaTypeList);
         };
-        // 删除角色
+        // 删除
         const onDelProductionDevice = (row: any) => {
             ElMessageBox.confirm(`此操作将永久删除该条设备区域:“${row.region}”,是否继续?`, '提示', {
                 confirmButtonText: '确认',

--
Gitblit v1.9.2