Commit ad0d5d05 authored by songrui's avatar songrui

筛查录入修改

parent b1206c51
...@@ -428,7 +428,7 @@ export default { ...@@ -428,7 +428,7 @@ export default {
return height && weight ? (weight / (height / 100 * height / 100)).toFixed(2) : undefined return height && weight ? (weight / (height / 100 * height / 100)).toFixed(2) : undefined
} }
}, },
inject: ['recordForm'], inject: ['recordForm', 'checkInfo'],
created() { created() {
this.init() this.init()
}, },
...@@ -455,7 +455,8 @@ export default { ...@@ -455,7 +455,8 @@ export default {
const query = { const query = {
...this.form, ...this.form,
screenDoctorId: this.recordForm.doctorId, screenDoctorId: this.recordForm.doctorId,
residentsRecord: this.recordForm.base residentsRecord: this.recordForm.base,
idCard: this.checkInfo.idCard
} }
// 提交表单 // 提交表单
savefirstScreen(fetchDataHandle(query, { savefirstScreen(fetchDataHandle(query, {
......
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