Commit bfaf4713 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 1、通用随访 所有居民字段填充到 residentInfo里

parent 20128461
......@@ -323,6 +323,10 @@ const defaultForm = (info = {}) => {
//随访人群
groupsArrays: undefined,
groupsArraysName: undefined,
//慢病标签
//随访方式
visitWay: undefined,
visitWayName: undefined,
......@@ -572,6 +576,7 @@ export default {
sendNumber,
residentInfoId: this.form.residentInfoId,
residentsRecord: {
...this.info,
...others,
groupsArrays: this.info.groupsArrays,
id: this.form.personId
......
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