From 512a83984ba900190ceaec432f15cda974d0e8cd Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Fri, 11 Jul 2025 08:54:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E5=81=87=E5=8D=95=E4=BD=8D=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env | 2 +- src/api/system/department.ts | 7 ++++++ src/manifest.json | 2 +- src/pages-humanResource/absence/add.vue | 29 ++++++++++++++++++------- src/pages/login/login.vue | 4 ++-- 5 files changed, 32 insertions(+), 12 deletions(-) diff --git a/env/.env b/env/.env index 5a3c17e..8a9e6a3 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '数智产销测试' +VITE_APP_TITLE = '数智产销' VITE_APP_PORT = 9000 VITE_UNI_APPID = '__UNI__9F097F0' diff --git a/src/api/system/department.ts b/src/api/system/department.ts index 0ac1052..695e224 100644 --- a/src/api/system/department.ts +++ b/src/api/system/department.ts @@ -32,4 +32,11 @@ export function queryMyDeptTreeListApi(config : object) { // 部门 method: 'GET', data: config }) +} + +export function queryDepNameRealApi() { // 获取单位 优先借用单位、储备单位 + return http({ + url: '/sys/sysDepart/queryDepNameReal', + method: 'GET' + }) } \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 7affead..6d3cf2a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "数智产销测试", + "name": "数智产销", "appid": "__UNI__9F097F0", "description": "", "versionName": "2.1.0", diff --git a/src/pages-humanResource/absence/add.vue b/src/pages-humanResource/absence/add.vue index 47d59ee..8397768 100644 --- a/src/pages-humanResource/absence/add.vue +++ b/src/pages-humanResource/absence/add.vue @@ -11,12 +11,9 @@ - - - + + +