WXL
2024-07-26 b14bdee1aaf639dd14440b42c6a0ce2e12549ee7
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -945,11 +945,7 @@
      this.currenttype = this.$route.query.type;
      this.title = "问卷内容列表";
      this.tableLabel = this.tableLabelwj;
      this.checkboxlist = [
        "线下(纸质)",
        "线上(短信/钉钉的文本、问卷链接)",
        "微信公众号",
      ];
      this.checkboxlist = ["短信", "微信", "人工电话", "智能机器人"];
      getQtemplatelist(queryParams).then((response) => {
        this.userList = response.rows;
        this.total = response.total;