src/views/followvisit/record/detailpage/index.vue
@@ -930,10 +930,16 @@ this.$modal .confirm('是否查看任务为"' + row.taskName + '"的服务详情数据?') .then(() => { if (row.preachformson) { if (row.preachformson.includes("3")) { this.Voicetype = 1; } } console.log(this.Voicetype,'this.Voicetype'); this.taskid = row.taskid; this.id = row.id; this.patid = row.patid; this.Voicetype = row.type; this.serviceType = row.serviceType; this.getTaskservelist(this.id); })