From cc37fa838d0a9ff5f74a0ba06a8f944938dd0807 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: Tue, 19 Jul 2022 18:01:41 +0800
Subject: [PATCH] 应急队伍一览对接
---
src/views/system/department/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue
index 28464ce..610f52a 100644
--- a/src/views/system/department/index.vue
+++ b/src/views/system/department/index.vue
@@ -41,8 +41,8 @@
import { ref, toRefs, reactive, onMounted, defineComponent } from 'vue';
import { ElMessageBox, ElMessage } from 'element-plus';
import deptDialog from '/@/views/system/department/component/deptDialog.vue';
-import {departmentApi} from "/@/api/department";
-import {useRoleApi} from "/@/api/role";
+import {departmentApi} from "/@/api/system/department";
+import {useRoleApi} from "/@/api/system/role";
// 定义接口来定义对象的类型
interface TableDataRow {
--
Gitblit v1.9.2