WXL
2024-07-24 9f4da363a401c3624fa57a87fb50193b59bc6a35
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;