From 4c9eab7cd2f92e6ebee76f38f1616cb3e5855697 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 10 四月 2025 10:46:27 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/record/detailpage/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue index e0c8665..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); }, @@ -668,7 +669,7 @@ isFinish: false, }).then((res) => { if (res.code === 200) { - this.tableDatatop = res.data.scriptResult.script; + this.tableDatatop = res.data.scriptResult; this.tableDatatop.forEach((item) => { console.log(item.scriptResultId, "scriptResultId"); @@ -852,7 +853,8 @@ // 鑾峰彇鎮h�呰褰� getTaskservelist(id) { - this.id = id; + console.log(id,'idsub'); + if (id) { this.Whetherall = false; } else { @@ -1001,6 +1003,7 @@ if (valid) { let form = structuredClone(this.form); form.longSendTime = this.formatTime(form.date1); + form.finishtime = ''; if (form.resource) { if (form.resource == 2) { form.serviceType = 10; -- Gitblit v1.9.3