From d2b250df8194ebfa6ba648771874b114e04b17f3 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 15 六月 2023 18:42:16 +0800 Subject: [PATCH] 集统一集成接口添加 --- Source/UBCS-WEB/src/views/work/process/leave/form.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/work/process/leave/form.vue b/Source/UBCS-WEB/src/views/work/process/leave/form.vue index 6f20bb3..5f15d44 100644 --- a/Source/UBCS-WEB/src/views/work/process/leave/form.vue +++ b/Source/UBCS-WEB/src/views/work/process/leave/form.vue @@ -28,7 +28,7 @@ label: '瀹℃壒浜哄憳', prop: 'taskUser', type: 'select', - dicUrl: `/api/blade-user/user-list`, + dicUrl: `/api/ubcs-user/user-list`, props: { label: "account", value: "id" -- Gitblit v1.9.3