WXL
2024-10-22 b10795e18a07b9beb72f25406f26f42491828be5
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1423,9 +1423,9 @@
        if (res.code == 200) {
          this.objyl = res.data;
          if (this.objyl.taskid == data.taskId) {
          this.objyl.isoperation = 1;
          }else{
          this.objyl.isoperation = 2;
          }else{
          this.objyl.isoperation = 1;
          }
          this.objyl.taskid = data.taskId;
          TaskQuestioncomit(this.objyl).then((response) => {
@@ -1538,7 +1538,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 +1576,7 @@
        this.patientqueryParams.cry = 1;
      } else if (this.patientqueryParams.allhosp == 4) {
        this.patientqueryParams.cry = 0;
        this.patientqueryParams.allhosp = '1';
      }
      // 来源判断