From 8f3d164cb4ef376f0a9ae89a64461267e2345ca0 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 22 Dec 2024 19:09:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E7=99=BB=E5=BD=95=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 2 +- src/manifest.json | 2 +- .../statistic/doctorStatistic/index.vue | 2 + .../statistic/healthStatistic/index.vue | 4 - .../health/statistic/marStatistic/index.vue | 7 +- .../statistic/temperatureStatistic/index.vue | 8 +- src/pages/index.vue | 949 ------------------ 7 files changed, 8 insertions(+), 966 deletions(-) delete mode 100644 src/pages/index.vue diff --git a/README.en.md b/README.en.md index dc1cbc0..c6dfe61 100644 --- a/README.en.md +++ b/README.en.md @@ -1,4 +1,4 @@ -# intc-invest-vue-app +# intc-vue-app #### Description {**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} diff --git a/src/manifest.json b/src/manifest.json index 7736cf7..c10545e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name" : "intc-invest-vue3", + "name" : "intc-health", "appid" : "__UNI__3DD118D", "description" : "", "versionName" : "1.0.0", diff --git a/src/pages/health/statistic/doctorStatistic/index.vue b/src/pages/health/statistic/doctorStatistic/index.vue index d5ef93d..758c467 100644 --- a/src/pages/health/statistic/doctorStatistic/index.vue +++ b/src/pages/health/statistic/doctorStatistic/index.vue @@ -403,6 +403,8 @@ function settingCancel() { getList() } function handleHealthRecordCancel() { + queryParams.value.healthRecordName= "" + queryParams.value.recordId = null showHealthRecord.value = false listData.value = [] getList() diff --git a/src/pages/health/statistic/healthStatistic/index.vue b/src/pages/health/statistic/healthStatistic/index.vue index a6ddc9e..8fb0087 100644 --- a/src/pages/health/statistic/healthStatistic/index.vue +++ b/src/pages/health/statistic/healthStatistic/index.vue @@ -369,10 +369,6 @@ function settingCancel() { queryHealthRecordParams.value.personId=e.value[0].id listHealthRecord(queryHealthRecordParams.value).then((response) => { healthRecordList.value = [response.rows] - if(response.rows.length>0){ - queryParams.value.healthRecordName= response.rows[0].name - queryParams.value.recordId = response.rows[0].id - } showPerson.value = false pageNum.value = 1 listData.value = [] diff --git a/src/pages/health/statistic/marStatistic/index.vue b/src/pages/health/statistic/marStatistic/index.vue index 9e79f24..ac870ae 100644 --- a/src/pages/health/statistic/marStatistic/index.vue +++ b/src/pages/health/statistic/marStatistic/index.vue @@ -426,10 +426,6 @@ function settingCancel() { queryHealthRecordParams.value.personId=e.value[0].id listHealthRecord(queryHealthRecordParams.value).then((response) => { healthRecordList.value = [response.rows] - if(response.rows.length>0){ - queryParams.value.healthRecordName= response.rows[0].name - queryParams.value.recordId = response.rows[0].id - } showPerson.value = false pageNum.value = 1 listData.value = [] @@ -462,7 +458,8 @@ function settingCancel() { getList() } function handleHealthRecordCancel() { - + queryParams.value.healthRecordName= "" + queryParams.value.recordId = null showHealthRecord.value = false listData.value = [] getList() diff --git a/src/pages/health/statistic/temperatureStatistic/index.vue b/src/pages/health/statistic/temperatureStatistic/index.vue index b98bca4..b5051e3 100644 --- a/src/pages/health/statistic/temperatureStatistic/index.vue +++ b/src/pages/health/statistic/temperatureStatistic/index.vue @@ -332,10 +332,6 @@ function settingCancel() { queryHealthRecordParams.value.personId=e.value[0].id listHealthRecord(queryHealthRecordParams.value).then((response) => { healthRecordList.value = [response.rows] - if(response.rows.length>0){ - queryParams.value.healthRecordName= response.rows[0].name - queryParams.value.recordId = response.rows[0].id - } showPerson.value = false pageNum.value = 1 listData.value = [] @@ -369,8 +365,8 @@ function settingCancel() { getList() } function handleHealthRecordCancel() { - // queryParams.value.healthRecordName = '' - // queryParams.value.recordId = '' + queryParams.value.healthRecordName = '' + queryParams.value.recordId = '' showHealthRecord.value = false listData.value = [] getList() diff --git a/src/pages/index.vue b/src/pages/index.vue deleted file mode 100644 index 610f4ee..0000000 --- a/src/pages/index.vue +++ /dev/null @@ -1,949 +0,0 @@ - - - -