From 33802d74d2720e86c406f5ca9531ac9435b9ddd2 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期二, 02 八月 2022 09:09:48 +0800 Subject: [PATCH] lct --- src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/index.vue b/src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/index.vue index b027e0d..093ec04 100644 --- a/src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/index.vue +++ b/src/views/doublePrevent/riskCheckManage/hiddenManagement/hiddenRectify/index.vue @@ -72,7 +72,7 @@ import rectifyDialog from './components/rectifyDialog.vue'; import { Edit, Delete, Check, View } from '@element-plus/icons-vue'; import { hiddenRectifyApi } from '/@/api/doublePreventSystem/rectify'; -import { departmentApi } from '/@/api/department'; +import { departmentApi } from '/@/api/systemManage/department'; import { productionDeviceApi } from '/@/api/doublePreventSystem/productionDevice'; // 定义接口来定义对象的类型 -- Gitblit v1.9.2