提交 a1e611da 编写于 作者: tao.wu's avatar tao.wu

此次随访暂不支持在pc端录入

上级 e3952770
......@@ -320,7 +320,14 @@ export default {
},
async editRow(row) {
await this.getFormList({planTimesId: row.fuPlanTimesId, planPatientTimesId: row.fuPlanPatientTimesId}); //获取量表列表
debugger
console.log(this.formList.scalesList);
if(this.formList.scalesList.length && this.formList.scalesList[0].resourceId.indexOf('SCALE') < 0){
this.$message({
message: '此次随访暂不支持在pc端录入',
type: 'warn'
});
return
}
//获取量表列表情况
this.patientIds = [row.patientId];
if (this.formList.scalesList.length > 1) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册