提交 4bd06ade 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 9c7f4b2c
...@@ -219,12 +219,12 @@ ...@@ -219,12 +219,12 @@
if(this.formList.scalesList.length > 1){ if(this.formList.scalesList.length > 1){
this.selectFormShow = true this.selectFormShow = true
this.ScaleData = { this.ScaleData = {
doctorId: row.doctorId, doctorId: this.formList.doctorId,
planPatientsTimesId: row.fuPlanTimesId planPatientsTimesId: row.fuPlanPatientTimesId
} }
}else if(this.formList.scalesList.length === 1){ }else if(this.formList.scalesList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.fuPlanTimesId}}) query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.fuPlanPatientTimesId}})
}else { }else {
this.$message.warning('暂不支持录入量表!') this.$message.warning('暂不支持录入量表!')
} }
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
goFormView(item) { goFormView(item) {
this.selectFormShow = false this.selectFormShow = false
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.ScaleData.doctorId, scaleNo: item.resourceId, planPatientsTimesId: this.ScaleData.fuPlanTimesId}}); query: {doctorId: this.ScaleData.doctorId, scaleNo: item.resourceId, planPatientsTimesId: this.ScaleData.planPatientsTimesId}});
}, },
closeForm() { closeForm() {
this.selectFormShow = false; this.selectFormShow = false;
......
...@@ -218,11 +218,11 @@ export default { ...@@ -218,11 +218,11 @@ export default {
this.selectFormShow = true this.selectFormShow = true
this.ScaleData = { this.ScaleData = {
doctorId: row.doctorId, doctorId: row.doctorId,
planPatientsTimesId: row.plantimesId planPatientsTimesId: row.planPatientTimesId
} }
}else if(this.formList.scalesList.length === 1){ }else if(this.formList.scalesList.length === 1){
this.$router.push({path: '/followup/record-manage/form-template', this.$router.push({path: '/followup/record-manage/form-template',
query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.plantimesId}}) query: {doctorId: this.formList.doctorId, scaleNo: this.formList.scalesList[0].resourceId, planPatientsTimesId: row.planPatientTimesId}})
}else { }else {
this.$message.warning('暂不支持录入量表!') this.$message.warning('暂不支持录入量表!')
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册