src/views/followvisit/record/detailpage/index.vue
@@ -88,7 +88,7 @@ <el-table-column prop="finishtime" align="center" label="完成时间" label="随访完成时间" width="200" show-overflow-tooltip > @@ -654,6 +654,7 @@ this.patid = this.$route.query.patid; this.Voicetype = this.$route.query.Voicetype; this.serviceType = this.$route.query.serviceType; console.log(this.id, this.patid); this.getTaskservelist(this.id); }, @@ -852,7 +853,8 @@ // 获取患者记录 getTaskservelist(id) { this.id = id; console.log(id,'idsub'); if (id) { this.Whetherall = false; } else {