From abde81613c1a9e81b4ecef24c82f5f849b98050c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 02 四月 2025 14:18:11 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 9b23f52..3f1578b 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -203,7 +203,6 @@
<el-col :span="12"
><el-form-item label="鑱旂郴鐢佃瘽">
<el-input
- disabled
placeholder="鑱旂郴鐢佃瘽缂哄け"
v-model="userform.telcode"
></el-input> </el-form-item
@@ -211,7 +210,6 @@
<el-col :span="12"
><el-form-item label="鑱旂郴浜虹數璇�">
<el-input
- disabled
placeholder="鑱旂郴浜虹數璇濈己澶�"
v-model="userform.relativetelcode"
></el-input> </el-form-item
@@ -656,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);
},
@@ -670,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");
@@ -854,7 +853,8 @@
// 鑾峰彇鎮h�呰褰�
getTaskservelist(id) {
- this.id = id;
+ console.log(id,'idsub');
+
if (id) {
this.Whetherall = false;
} else {
@@ -1003,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