From 48e96f3d058b1bbf529f5b8cd1979e06efd43efe Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 21:29:57 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/record/detailpage/index.vue |   56 ++++++++++++++++++++++++++++++--------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)

diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index e0f68c0..567e46c 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -505,7 +505,7 @@
         if (res.code == 200) {
           this.voiceDatatop = res.data.serviceSubtaskDetails;
           this.voice = res.data.voice;
-          this.activeName = "yy";
+          // this.activeName = "yy";
           this.taskname = res.data.taskName;
           // 闂嵎灞曠ず鏁版嵁澶勭悊
           this.tableDatatop = res.data.filteredDetails;
@@ -593,31 +593,35 @@
       this.Editsingletasksonyic(excep);
     },
     yuyingetdetail() {
-      this.tableDatatop.forEach((item,index) => {
-        console.log(item.scriptResult, "scriptResult");
-        item.scriptResult = item.scriptResult.join("&");
-        item.templatequestionnum=index+1;
-        item.subId = this.id;
-        item.taskid = this.taskid;
-        item.asrtext = item.matchedtext;
-        item.isoperation = 1;
-        item.patid = this.patid;
-        item.templateid = item.templateID;
-      });
-      if (this.tableDatatop[0].id) {
-        updatePersonVoices(this.tableDatatop).then((res) => {
-          if (res.code == 200) {
-            this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
-          }
-        });
-      } else {
-        addPersonVoices(this.tableDatatop).then((res) => {
-          if (res.code == 200) {
-            this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
-          }
-        });
+   this.tableDatatop.forEach((item, index) => {
+    console.log(item.scriptResult, "scriptResult");
+    item.scriptResult = item.scriptResult.join("&");
+    item.templatequestionnum = index + 1;
+    item.subId = this.id;
+    item.taskid = this.taskid;
+    item.asrtext = item.matchedtext;
+    if (!item.id) {
+     item.isoperation = 1;
+    }
+    item.patid = this.patid;
+    item.templateid = item.templateID;
+
+    if (item.id) {
+     updatePersonVoices(item).then((res) => {
+      if (res.code == 200) {
+       this.$modal.msgSuccess("鏈嶅姟淇敼鎴愬姛");
       }
-    },
+     });
+    } else {
+     addPersonVoices(item).then((res) => {
+      if (res.code == 200) {
+       this.$modal.msgSuccess("鏈嶅姟淇濆瓨鎴愬姛");
+      }
+     });
+    }
+   });
+  },
+
     // 鑾峰彇鎮h�呰褰�
     getTaskservelist(taskid) {
       this.taskid = taskid;
@@ -648,7 +652,7 @@
         taskid: this.taskid,
       }).then((res) => {
         if (res.code == 200) {
-          objson = res.rows[0];
+          objson = res.rows[0].serviceSubtaskList[0];
           objson.suggest = son;
           Editsingletaskson(objson).then((res) => {
             if (res.code) {

--
Gitblit v1.9.3