From a4dff39e4fd1e29b4b94997c79a1dd5f575f56de Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 11:15:42 +0800
Subject: [PATCH] 测试完成
---
src/views/outsideChainwt.vue | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/src/views/outsideChainwt.vue b/src/views/outsideChainwt.vue
index 32a050b..ccb3669 100644
--- a/src/views/outsideChainwt.vue
+++ b/src/views/outsideChainwt.vue
@@ -113,7 +113,7 @@
let form = {
param1: this.encrypt(this.taskid),
param2: this.encrypt(this.patid),
- ivrTaskcalldetailList: [],
+ svyTasksingledetailList: [],
};
this.questionList.forEach((item) => {
let optionarr = [];
@@ -123,10 +123,13 @@
let ivrTaskcalldetail = {
asrtext: item.asrtext,
valueType: item.valueType,
+ scriptType: item.scriptType,
+ questiontext: item.questiontext,
+ questionvoice: item.questionvoice,
scriptContent: item.scriptContent,
targetoptions: optionarr.join(","),
};
- form.ivrTaskcalldetailList.push(ivrTaskcalldetail);
+ form.svyTasksingledetailList.push(ivrTaskcalldetail);
});
console.log(form, "form");
@@ -143,11 +146,6 @@
<style lang="scss" scoped>
.questionnaire {
- // background-image: url("../assets/images/chainbackground.jpg");
- // background-repeat: no-repeat;
- // background-position: center center;
- // background-size: cover;
- // height: 100vh;
background-image: url("../assets/images/chainbackground.jpg");
background-size: cover;
background-attachment: fixed; /* 淇濇寔鑳屾櫙鍥哄畾 */
--
Gitblit v1.9.3