From bb0a72311792bb57e1e90668c00f1c077d9f1761 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 02 四月 2026 15:20:13 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index da3b538..2ac7ea2 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -1815,8 +1815,10 @@
};
if (item.scriptType == 2 && item.scriptResult[0]) {
obj.asrtext = item.scriptResult.join("&");
+ obj.ivrtext = item.scriptResult.join("&");
} else if (item.scriptType != 2 && item.scriptResult) {
obj.asrtext = item.scriptResult;
+ obj.ivrtext = item.scriptResult;
}
// if (item.isoption == 3) {
@@ -2053,6 +2055,7 @@
item.subId = this.id;
item.taskid = this.taskid;
item.asrtext = item.matchedtext;
+ item.ivrtext = item.matchedtext;
if (!item.id) {
item.isoperation = 1;
}
--
Gitblit v1.9.3