Browse Source

代码合并

360view
bianyaqi 2 years ago
parent
commit
5354d436ef
  1. 2
      src/components/360View/commonForm/deveopmentFIle.vue
  2. 2
      src/components/360View/medicalRecord/index.vue

2
src/components/360View/commonForm/deveopmentFIle.vue

@ -357,7 +357,7 @@ export default {
id: '1' id: '1'
}, { }, {
name: '否', name: '否',
id: '1'
id: '2'
}], }],
value: '', value: '',
mirrorHabit: [{ mirrorHabit: [{

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

@ -172,7 +172,7 @@ export default {
const params = { const params = {
flag: 8, flag: 8,
name: this.name, name: this.name,
jsonText: JSON.stringify(data),
jsonText: JSON.stringify(jsonText),
patientId: this.patientId, patientId: this.patientId,
id: this.id, id: this.id,
platform: this.isSearch platform: this.isSearch

Loading…
Cancel
Save