WXL
2024-08-27 c4f2875b50f07e6f375cd9c9ec4d8fbc2494d35d
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; /* 保持背景固定 */