From c0554dce01273b36e7fc894f9a76a3c8cca379ed Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: 星期三, 10 八月 2022 15:36:39 +0800
Subject: [PATCH] 应急系统修改

---
 src/views/system/department/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue
index 28464ce..8e85911 100644
--- a/src/views/system/department/index.vue
+++ b/src/views/system/department/index.vue
@@ -41,8 +41,7 @@
 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";
 
 // 定义接口来定义对象的类型
 interface TableDataRow {

--
Gitblit v1.9.2