From 03a3eff92cca176222ff62d314df188d913ef048 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 11 三月 2025 13:28:23 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/record/detailpage/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 07ce29a..d3bd062 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/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); }) -- Gitblit v1.9.3