diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index 095d932f5e6c6627f52a7b66afd5d065d1d7bf11..baeb05276138adacea61f41b13a4fc26b006d237 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -288,6 +288,7 @@ export default { query: { patientId: data.patientId, getData: 0, + formType: "2", model: "add", }, }) diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 3e58e75fdcc3eca482adf8b4e0fe08e846089468..abe01f3a94c2fb6ea26900f7b066504d5b00c245 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -198,9 +198,9 @@ export default { data[key] = data[key] + "" } } - // data.follow_contents = JSON.parse( - // data.follow_contents.replace(/"\"/g, "") - // ) + data.follow_contents = JSON.parse( + data.follow_contents.replace(/"\"/g, "") + ) this.formData.formEdit = data } this.initForm() //! 随防筛查通用的设置form