提交 d2bec9f1 编写于 作者: yi.li's avatar yi.li

变更随访状态接口调整1

上级 db663cf3
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
changeEnteringStatus({ changeEnteringStatus({
fuPlanPatientTimesId: this.statusForm.fuPlanPatientTimesId, fuPlanPatientTimesId: this.statusForm.fuPlanPatientTimesId,
patientId: this.statusForm.patientId, patientId: this.statusForm.patientId,
status: this.statusForm.status, status: (this.statusForm.status == 1 ? 2 : 1),
reason: this.statusForm.reason, reason: this.statusForm.reason,
}).then(({data}) => { }).then(({data}) => {
if(data == 2) { if(data == 2) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册