From fea917fa791c2f813904e8892f02ee2f394dd0d2 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 15 Jul 2022 15:06:27 +0800
Subject: [PATCH] 菜单
---
src/views/system/department/component/deptDialog.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/department/component/deptDialog.vue b/src/views/system/department/component/deptDialog.vue
index e3757f2..1c2bf4a 100644
--- a/src/views/system/department/component/deptDialog.vue
+++ b/src/views/system/department/component/deptDialog.vue
@@ -41,7 +41,7 @@
<script lang="ts">
import { ElMessage } from 'element-plus';
import { reactive, toRefs, onMounted, defineComponent } from 'vue';
-import { departmentApi } from "/@/api/department";
+import { departmentApi } from "/@/api/system/department";
// 定义接口来定义对象的类型
interface TableDataRow {
--
Gitblit v1.9.2