Admin
2022-08-09 9cb42e93ea6fc79268b7c43a4115b8f0076c84e1
src/views/intellectInspect/inspectBasic/inspectPoint/index.vue
@@ -159,11 +159,11 @@
            }
        };
        // 打开生产装置弹窗
        // 打开弹窗
        const onOpenDialogRef = (type: string, value: any) => {
            inspectPointDialogRef.value.openInspectPointDialog(type, value, state.regionNameList, state.RFIDList);
        };
        // 删除角色
        // 删除
        const onDelProductionDevice = (row: any) => {
            ElMessageBox.confirm(`此操作将永久删除该巡检点:“${row.code}”,是否继续?`, '提示', {
                confirmButtonText: '确认',