diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 875738c..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/components/360View/medicalRecord/callMedical/index.vue b/src/components/360View/medicalRecord/callMedical/index.vue index 7ea8a06..247fdb0 100644 --- a/src/components/360View/medicalRecord/callMedical/index.vue +++ b/src/components/360View/medicalRecord/callMedical/index.vue @@ -171,6 +171,7 @@ export default { const { data: res } = await this.$http.get('/patient/view/getCases', { params: { patientId: this.patientId, + platform: this.isSearch, flag: 8 } }) diff --git a/src/components/360View/opticalFile/index.vue b/src/components/360View/opticalFile/index.vue index bff783b..df17f62 100644 --- a/src/components/360View/opticalFile/index.vue +++ b/src/components/360View/opticalFile/index.vue @@ -253,6 +253,7 @@ export default { const { data: res } = await this.$http.get('/patient/view/getCases', { params: { patientId: this.patientId, + platform: this.isSearch, flag: 6 } })