Browse Source

未处理保存不调接口

360view
bianyaqi 2 years ago
parent
commit
6be8cece69
  1. 1
      src/components/360View/medicalRecord/index.vue
  2. 1
      src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue

1
src/components/360View/medicalRecord/index.vue

@ -151,6 +151,7 @@ export default {
this.curIndex = index
this.id = item.id
this.name = item.name
this.caseId = item.id
this.jsonText = item.jsonText
})
},

1
src/components/360View/medicalRecord/outPatientRecord/leftFormList.vue

@ -56,7 +56,6 @@ export default {
this.$emit('addRecord', name)
},
handleForm(index, item) {
this.$parent.caseId = item.id
this.$emit('handleForm', { index, item })
},
deleteForm() {

Loading…
Cancel
Save