Commit 10417b01 authored by 芮自成's avatar 芮自成

糖尿病辅助检查修改

parent 9f3f0a82
...@@ -1515,7 +1515,8 @@ export default { ...@@ -1515,7 +1515,8 @@ export default {
this.$refs.form.validate().then(() => { this.$refs.form.validate().then(() => {
const form = fetchDataHandle(this.form, { const form = fetchDataHandle(this.form, {
symptom: 'arrToStr', symptom: 'arrToStr',
currentDiagnosis: 'arrToStr' currentDiagnosis: 'arrToStr',
auxiliaryExamination: 'arrToStr'
}) })
resolve(form) resolve(form)
}).catch(e => { }).catch(e => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment