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/views/system/user.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Source/UBCS-WEB/.settings/src/views/system/user.vue b/Source/UBCS-WEB/.settings/src/views/system/user.vue
index b84bcf6..b0d83f6 100644
--- a/Source/UBCS-WEB/.settings/src/views/system/user.vue
+++ b/Source/UBCS-WEB/.settings/src/views/system/user.vue
@@ -332,7 +332,7 @@
{
label: "鐢ㄦ埛骞冲彴",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
+ dicUrl: "/api/ubcs-system/dict/dictionary?code=user_type",
props: {
label: "dictValue",
value: "dictKey"
@@ -359,7 +359,7 @@
label: "鎵�灞炵鎴�",
prop: "tenantId",
type: "tree",
- dicUrl: "/api/blade-system/tenant/select",
+ dicUrl: "/api/ubcs-system/tenant/select",
props: {
label: "tenantName",
value: "tenantId"
@@ -387,7 +387,7 @@
{
label: "鐢ㄦ埛骞冲彴",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
+ dicUrl: "/api/ubcs-system/dict/dictionary?code=user_type",
props: {
label: "dictValue",
value: "dictKey"
@@ -602,7 +602,7 @@
{
label: "鐢ㄦ埛骞冲彴",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=user_type",
+ dicUrl: "/api/ubcs-system/dict/dictionary?code=user_type",
props: {
label: "dictValue",
value: "dictKey"
@@ -646,7 +646,7 @@
res: 'data'
},
tip: '璇蜂笂浼� .xls,.xlsx 鏍囧噯鏍煎紡鏂囦欢',
- action: "/api/blade-user/import-user"
+ action: "/api/ubcs-user/import-user"
},
{
label: "鏁版嵁瑕嗙洊",
@@ -700,7 +700,7 @@
'excelForm.isCovered'() {
if (this.excelForm.isCovered !== '') {
const column = this.findObject(this.excelOption.column, "excelFile");
- column.action = `/api/blade-user/import-user?isCovered=${this.excelForm.isCovered}`;
+ column.action = `/api/ubcs-user/import-user?isCovered=${this.excelForm.isCovered}`;
}
}
},
@@ -1007,14 +1007,14 @@
type: "warning"
}).then(() => {
NProgress.start();
- exportBlob(`/api/blade-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${account}&realName=${realName}`).then(res => {
+ exportBlob(`/api/ubcs-user/export-user?${this.website.tokenHeader}=${getToken()}&account=${account}&realName=${realName}`).then(res => {
downloadXls(res.data, `鐢ㄦ埛鏁版嵁琛�${dateNow()}.xlsx`);
NProgress.done();
})
});
},
handleTemplate() {
- exportBlob(`/api/blade-user/export-template?${this.website.tokenHeader}=${getToken()}`).then(res => {
+ exportBlob(`/api/ubcs-user/export-template?${this.website.tokenHeader}=${getToken()}`).then(res => {
downloadXls(res.data, "鐢ㄦ埛鏁版嵁妯℃澘.xlsx");
})
},
--
Gitblit v1.9.3