Commit fb3a10be authored by liang's avatar liang

筛查场景

parent d48691eb
......@@ -248,6 +248,16 @@ export default {
{ label: "随访", value: "1" },
],
},
{
label: "筛查场景",
type: "select",
prop: "patientFrom",
opts: [
{ label: "社区筛查", value: "1" },
{ label: "医院筛查", value: "2" },
{ label: "体检筛查", value: "3" },
],
},
{
xs: 1,
sm: 2,
......@@ -337,7 +347,6 @@ export default {
pageNum: this.pageIndex,
...this.cacheForm,
}
params.patientFrom = this.selectedIndex
if (this.formEdit) {
params = Object.assign(this.formEdit, params)
}
......
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