From cd340d4185708b503b131371bbdeb9b71568560a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=A5=A5=E7=91=9E?= <1131549607@qq.com> Date: Thu, 26 Jun 2025 10:13:23 +0800 Subject: [PATCH] =?UTF-8?q?6.26=E5=BC=A0=E7=A5=A5=E7=91=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env.development | 2 +- src/pages-politics/healthfollow/HealthDetails.vue | 2 +- src/pages-politics/healthfollow/lookhealth.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/env/.env.development b/env/.env.development index f347345..77103c3 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.249:8080/jeecg-boot' +VITE_SERVER_BASEURL = 'http://10.75.15.246: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/pages-politics/healthfollow/HealthDetails.vue b/src/pages-politics/healthfollow/HealthDetails.vue index 315a9c9..76e976f 100644 --- a/src/pages-politics/healthfollow/HealthDetails.vue +++ b/src/pages-politics/healthfollow/HealthDetails.vue @@ -11,7 +11,7 @@ - + diff --git a/src/pages-politics/healthfollow/lookhealth.vue b/src/pages-politics/healthfollow/lookhealth.vue index a9071fc..a510f90 100644 --- a/src/pages-politics/healthfollow/lookhealth.vue +++ b/src/pages-politics/healthfollow/lookhealth.vue @@ -12,7 +12,7 @@ + :title="item.xm+'的'+item.createTime.substring(0,4)+'年'+item.ksny.substring(5,7)+'月'+'的健康随访填报表'"> @@ -61,7 +61,7 @@ const getList = () => { const date = new Date(dataValue.value); const year = date.getFullYear(); - const month = date.getMonth() + 2; + const month = date.getMonth() + 1; let monthdate = ''; if(month<10){ monthdate = '0'+month;