From 5f3691d51a27282dd737376ac8227bf371d7c811 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 11 四月 2025 14:01:13 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/record/detailpage/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index 0fa7f18..05bfbc9 100644 --- a/src/views/followvisit/record/detailpage/index.vue +++ b/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 @@ // 鑾峰彇鎮h�呰褰� getTaskservelist(id) { - this.id = id; + console.log(id,'idsub'); + if (id) { this.Whetherall = false; } else { -- Gitblit v1.9.3