From 692434f249c432a508e2a0d847a7fef1e2c9e765 Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Wed, 4 Jun 2025 17:17:40 +0800 Subject: [PATCH] 2.0.0 --- env/.env.development | 4 ++-- manifest.config.ts | 2 +- src/manifest.json | 2 +- src/pages-humanResource/absence/add.vue | 2 +- src/pages-operate/file/detail.vue | 6 ++++-- src/pages-process/components/historicalTasks.vue | 1 + 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/env/.env.development b/env/.env.development index c78f0dc..09ee786 100644 --- a/env/.env.development +++ b/env/.env.development @@ -4,6 +4,6 @@ NODE_ENV = 'development' VITE_DELETE_CONSOLE = false # 是否开启sourcemap VITE_SHOW_SOURCEMAP = true -#VITE_SERVER_BASEURL = 'http://10.75.15.249: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' \ No newline at end of file +#VITE_SERVER_BASEURL = 'https://szcx.zyyt.sinopec.com/jeecg-boot' \ No newline at end of file diff --git a/manifest.config.ts b/manifest.config.ts index 9630047..4e0b70d 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -18,7 +18,7 @@ export default defineManifestConfig({ appid: VITE_UNI_APPID, description: '', versionName: '2.0.0', - versionCode: '20250603', + versionCode: '20250604', transformPx: false, locale: VITE_FALLBACK_LOCALE, // 'zh-Hans' /* 5+App特有相关 */ diff --git a/src/manifest.json b/src/manifest.json index 43a36a8..e9a1c98 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -3,7 +3,7 @@ "appid": "__UNI__9F097F0", "description": "", "versionName": "2.0.0", - "versionCode": "20250603", + "versionCode": "20250604", "transformPx": false, "app-plus": { "usingComponents": true, diff --git a/src/pages-humanResource/absence/add.vue b/src/pages-humanResource/absence/add.vue index 0916cea..2405a10 100644 --- a/src/pages-humanResource/absence/add.vue +++ b/src/pages-humanResource/absence/add.vue @@ -202,7 +202,7 @@ const startMutilProcess = (id) => { startMutilProcessApi({ - flowCode: "dev_cxc_qxj_new", + flowCode: "dev_cxc_qxj", id, formUrl: "modules/qxj/modules/CxcQxjBpmModel", formUrlMobile: "leaveApplication" diff --git a/src/pages-operate/file/detail.vue b/src/pages-operate/file/detail.vue index f5c78f6..310104f 100644 --- a/src/pages-operate/file/detail.vue +++ b/src/pages-operate/file/detail.vue @@ -11,12 +11,14 @@ - + {{dataSource.zdmc}} - + {{dataSource.jdwj}} diff --git a/src/pages-process/components/historicalTasks.vue b/src/pages-process/components/historicalTasks.vue index 7a9b6f6..70b7cb0 100644 --- a/src/pages-process/components/historicalTasks.vue +++ b/src/pages-process/components/historicalTasks.vue @@ -93,6 +93,7 @@ pageSize }).then((res) => { if (res.success) { + console.log('---',res) list.value = [...list.value,...res.result.records]; } loading = false