From d1a430e88df40d76558a14f890ac0dbd3181f3a0 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期二, 06 九月 2022 14:30:14 +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