WXL
2024-05-31 1f7e676731aa911558b46cf0314a278a801de9bf
src/views/patient/propaganda/particty.vue
@@ -714,6 +714,7 @@
      previewid: "", //任务模版传递id
      libName: "",
      overallCase: [], //选择患者总
      allpids: [],
      libId: null, //模板库模版id
      Editprogress: 1, //编辑进度
      previewtf: false, //预览
@@ -1071,6 +1072,7 @@
    },
    // 子任务二级弹框
    handleAddpatient(row) {
      console.log(this.overallCase, "ssaaa");
      getTaskpatient(this.patientqueryParams).then((response) => {
        console.log(response);
        this.patientuserList = response.rows;
@@ -1172,7 +1174,7 @@
          let filteredArray = "";
          if (res.code == 200) {
            this.form = res.data;
            this.overallCase = this.form.patTaskRelevances;
            this.overallCase = this.form.patTaskRelevances.concat();
            this.checkList = this.form.serviceform.split(",");
            this.daytime = this.form.sendlimitabegin.split(",");
            if (this.form.sendlimitaend)