Browse Source

表单列表传参问题修复

master
bianyaqi 2 years ago
parent
commit
3041a2ce41
  1. BIN
      dist.zip
  2. 1
      src/components/360View/medicalRecord/callMedical/index.vue
  3. 1
      src/components/360View/opticalFile/index.vue

BIN
dist.zip

Binary file not shown.

1
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
}
})

1
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
}
})

Loading…
Cancel
Save