Commit dbc0eabb authored by liang's avatar liang

随访保存id问题

parent a7332785
...@@ -306,7 +306,7 @@ export default { ...@@ -306,7 +306,7 @@ export default {
params.statusMap.is_draft = this.isDraft params.statusMap.is_draft = this.isDraft
} }
// 处理followId 针对随访查询的列表数据的查询和修改操作 // 处理followId 针对随访查询的列表数据的查询和修改操作
if (this.$route.path == "/followupentry") { if (this.followId || this.getTabFollowId) {
params.followId = this.followId || this.getTabFollowId params.followId = this.followId || this.getTabFollowId
params.formRecordId = this.formData.formRecordId params.formRecordId = this.formData.formRecordId
} }
......
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