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

fixed

上级 e1d26f95
...@@ -112,6 +112,7 @@ export default { ...@@ -112,6 +112,7 @@ export default {
isShowChangeDialog: false, isShowChangeDialog: false,
statusForm: {}, statusForm: {},
selectFormShow: false, selectFormShow: false,
ScaleData: {}
} }
}, },
created() { created() {
...@@ -204,12 +205,8 @@ export default { ...@@ -204,12 +205,8 @@ export default {
}, },
goFormView(item) { goFormView(item) {
this.selectFormShow = false this.selectFormShow = false
this.$router.push({ this.$router.push({path: '/followup/record-manage/form-template',
name: 'formTemplate', query: {doctorId: this.ScaleData.doctorId, scaleNo: item.resourceId, planPatientsTimesId: this.ScaleData.planPatientTimesId}});
params: {
data: item
}
})
}, },
closeForm() { closeForm() {
this.selectFormShow = false; this.selectFormShow = false;
...@@ -219,13 +216,13 @@ export default { ...@@ -219,13 +216,13 @@ export default {
//获取量表列表情况 //获取量表列表情况
if(this.formList.length > 1){ if(this.formList.length > 1){
this.selectFormShow = true this.selectFormShow = true
this.ScaleData = {
doctorId: row.doctorId,
scaleNo: row.planPatientTimesId
}
}else if(this.formList.length === 1){ }else if(this.formList.length === 1){
this.$router.push({ this.$router.push({path: '/followup/record-manage/form-template',
name: 'formTemplate', query: {doctorId: row.doctorId, scaleNo: item.resourceId, planPatientsTimesId: row.planPatientTimesId}})
params: {
data: this.formList[0]
}
})
}else { }else {
this.$message.warning('暂不支持录入量表!') this.$message.warning('暂不支持录入量表!')
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册