This commit is contained in:
yangzhq68909 2025-07-25 17:02:39 +08:00
parent 8c08c1f3df
commit 16877fbf17
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@ VITE_SHOW_SOURCEMAP = true
# 是否启用读取配置文件 min # 是否启用读取配置文件 min
#VITE_WEBAPP = 'D://opt//AppUpdateTest' #VITE_WEBAPP = 'D://opt//AppUpdateTest'
VITE_WEBAPP = '' VITE_WEBAPP = ''
VITE_SERVER_BASEURL = 'http://10.75.15.246:8080/jeecg-boot' VITE_SERVER_BASEURL = 'http://10.75.15.249:8080/jeecg-boot'
#websocket连接url-测试用 #websocket连接url-测试用
VITE_WEBSOCKET_URL = 'ws://10.75.15.246:8899/mqttprod/ws/simple' VITE_WEBSOCKET_URL = 'ws://10.75.15.246:8899/mqttprod/ws/simple'
#VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot' #VITE_SERVER_BASEURL = 'https://36.112.48.190/jeecg-boot'

View File

@ -184,7 +184,6 @@
}) })
.then(() => { .then(() => {
loading.value = true loading.value = true
console.log('*---', submitData)
addApi(submitData).then(res => { addApi(submitData).then(res => {
if (res.success) { if (res.success) {
startMutilProcess(res.message) startMutilProcess(res.message)
@ -229,10 +228,8 @@
/*获取请假类型*/ /*获取请假类型*/
const getTypeList = () => { const getTypeList = () => {
getCategoryItemsApi('1838487445813645313').then((res) => { getCategoryItemsApi('1838487445813645313').then((res) => {
console.log("res-------", res.result)
if (res.success) { if (res.success) {
data.value = res.result data.value = res.result
console.log("res-------", data.value)
typeData.value = [data.value.map(item => { typeData.value = [data.value.map(item => {
return { return {
value: item.name, value: item.name,