WXL
2024-12-23 ae117f01461f05a0bf249e6f63b636f4222ec8d7
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1252,6 +1252,8 @@
            value: "5",
            label: "微信公众号",
          },
        { label: "微信小程序", value: 6 },
        ];
      } else if (this.form.serviceType == 6) {
        this.checkboxlist = [
@@ -1422,10 +1424,10 @@
      getTaskQuestioncomit(this.form.templateid).then((res) => {
        if (res.code == 200) {
          this.objyl = res.data;
          if (this.objyl.taskid = data.taskId) {
          this.objyl.isoperation = 1;
          }else{
          if (this.objyl.taskid == data.taskId) {
          this.objyl.isoperation = 2;
          }else{
          this.objyl.isoperation = 1;
          }
          this.objyl.taskid = data.taskId;
          TaskQuestioncomit(this.objyl).then((response) => {
@@ -1538,7 +1540,7 @@
      this.overallCase.forEach((item) => {
        this.allpids.push(item.patid);
      });
      if (this.patientqueryParams.allhosp == 1) {
      if (this.patientqueryParams.allhosp == 1||(this.patientqueryParams.allhosp == 1&&this.patientqueryParams.cry == 1)) {
        this.tableLabelhz = [
          // { label: "入院日期", width: "170", prop: "starttime" },
          { label: "出院日期", width: "150", prop: "endtime" },
@@ -1576,6 +1578,7 @@
        this.patientqueryParams.cry = 1;
      } else if (this.patientqueryParams.allhosp == 4) {
        this.patientqueryParams.cry = 0;
        this.patientqueryParams.allhosp = '1';
      }
      // 来源判断