提交 2a2da8bc 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 93b04222
......@@ -224,7 +224,7 @@
}
}else if(this.formList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: row.doctorId, scaleNo: item.resourceId, planPatientsTimesId: row.planPatientTimesId}})
query: {doctorId: row.doctorId, scaleNo: this.formList[0].resourceId, planPatientsTimesId: row.planPatientTimesId}})
}else {
this.$message.warning('暂不支持录入量表!')
}
......
......@@ -222,7 +222,7 @@ export default {
}
}else if(this.formList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: row.doctorId, scaleNo: item.resourceId, planPatientsTimesId: row.planPatientTimesId}})
query: {doctorId: row.doctorId, scaleNo: this.formList[0].resourceId, planPatientsTimesId: row.planPatientTimesId}})
}else {
this.$message.warning('暂不支持录入量表!')
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册