Commit a91cbf5a authored by miaojiale's avatar miaojiale

录入增加回显

parent b575ee76
......@@ -288,6 +288,7 @@ export default {
query: {
patientId: data.patientId,
getData: 0,
formType: "2",
model: "add",
},
})
......
......@@ -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
......
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