From b214abc36722732694003b89f75125b1f12f6292 Mon Sep 17 00:00:00 2001 From: "SERVERM-0FVHDNN\\Administrator" <942005050@qq.com> Date: Tue, 28 Mar 2023 14:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/views/systemManage/Department.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/PC/src/views/systemManage/Department.vue b/fe/PC/src/views/systemManage/Department.vue index 41f5cdfd1..4a04a78d1 100644 --- a/fe/PC/src/views/systemManage/Department.vue +++ b/fe/PC/src/views/systemManage/Department.vue @@ -150,7 +150,7 @@ export default { //打开抽屉 this.Loading.DrawerLoading = true this.displayDialog.detailsDialog = true; - getDetailed(val.id, '/api/' + this.URL + '/') + getDetailed(val.id, '/' + this.URL + '/') .then(res => { if (res.details) { // 前端分页处理