Browse Source

病历点击自身不保存

360view
bianyaqi 2 years ago
parent
commit
174179d9b2
  1. 2
      src/components/360View/medicalRecord/callMedical/index.vue

2
src/components/360View/medicalRecord/callMedical/index.vue

@ -90,7 +90,7 @@ export default {
},
methods: {
handleForm(index, item) {
if (this.$parent.isPlatform && item.platform) {
if (this.$parent.isPlatform && item.platform && this.name !== item.name) {
this.confirmChange().finally(() => {
this.setForm(index, item)
})

Loading…
Cancel
Save