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/env/.env.development b/env/.env.development index 77103c3..f347345 100644 --- a/env/.env.development +++ b/env/.env.development @@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true # 是否启用读取配置文件 min #VITE_WEBAPP = 'D://opt//AppUpdateTest' VITE_WEBAPP = '' -VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' #VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' 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 dadb295..9c15442 100644 --- a/src/pages-humanResource/absence/add.vue +++ b/src/pages-humanResource/absence/add.vue @@ -11,12 +11,9 @@ - - - + + +