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 @@ - - - -