员工-邀请-解决日期格式化报错

This commit is contained in:
1378012178@qq.com 2025-10-16 15:29:26 +08:00
parent caec7e41fa
commit b3bcf56182
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@
VITE_USE_MOCK = false
# 发布路径
VITE_PUBLIC_PATH = /biz104
VITE_PUBLIC_PATH = /biz101
# 是否启用gzip或brotli压缩
# 选项值: gzip | brotli | none
@ -13,11 +13,11 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填)
VITE_GLOB_API_URL=/nursingunit104
VITE_GLOB_API_URL=/nursingunit101
#后台接口全路径地址(必填)
# VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101
VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104
VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit101
# VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104
# 接口父路径前缀
VITE_GLOB_API_URL_PREFIX=

View File

@ -188,6 +188,8 @@ function handleInvite(data) {
noCrimeCertificate: data.noCrimeCertificate,
houseAddress: data.idCardAddress,
employeeId: data.id,
startTime: data.startTime.replace(/-/g, '.'),
endTime: data.endTime.replace(/-/g, '.'),
createTime: null,
updateBy: null,
updateTime: null,