From 0bea703067ceea46c3f70b3a34d2cf0f55fe3281 Mon Sep 17 00:00:00 2001
From: ludc <pUXmgxCf6A>
Date: 星期二, 23 五月 2023 12:27:38 +0800
Subject: [PATCH] 与集团接口集成对象,数据持久层代码添加,及其服务添加
---
Source/UBCS-WEB/.settings/src/page/index/top/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/.settings/src/page/index/top/index.vue b/Source/UBCS-WEB/.settings/src/page/index/top/index.vue
index 6b99b79..1cb232c 100644
--- a/Source/UBCS-WEB/.settings/src/page/index/top/index.vue
+++ b/Source/UBCS-WEB/.settings/src/page/index/top/index.vue
@@ -151,7 +151,7 @@
label: 'deptName',
value: 'id'
},
- dicUrl: '/api/blade-system/dept/select',
+ dicUrl: '/api/-system/dept/select',
span: 24,
display: false,
rules: [{
@@ -168,7 +168,7 @@
label: 'roleName',
value: 'id'
},
- dicUrl: '/api/blade-system/role/select',
+ dicUrl: '/api/-system/role/select',
span: 24,
display: false,
rules: [{
@@ -222,10 +222,10 @@
switchDept() {
const userId = this.userInfo.user_id;
const deptColumn = this.findObject(this.userOption.column, "deptId");
- deptColumn.dicUrl = `/api/blade-system/dept/select?userId=${userId}`;
+ deptColumn.dicUrl = `/api/-system/dept/select?userId=${userId}`;
deptColumn.display = true;
const roleColumn = this.findObject(this.userOption.column, "roleId");
- roleColumn.dicUrl = `/api/blade-system/role/select?userId=${userId}`;
+ roleColumn.dicUrl = `/api/-system/role/select?userId=${userId}`;
roleColumn.display = true;
this.userBox = true;
},
--
Gitblit v1.10.0