WXL (wul)
18 小时以前 bb0a72311792bb57e1e90668c00f1c077d9f1761
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;
        }