WXL
2024-05-31 998b86eabbf6e7a3470bd3945b785d848af65460
src/views/patient/propaganda/particty.vue
@@ -342,7 +342,7 @@
          </div>
        </div>
        <el-button type="success" @click="nextstep('ruleForm')">{{
          quote ? "立即创建" : "任务详情设置"
          quote ? "立即创建" : "任务详情配置"
        }}</el-button>
        <el-button @click="resetForm('ruleForm')">重置</el-button>
      </div>
@@ -552,7 +552,9 @@
        </div>
        <el-button type="primary" @click="laststep()">上一步</el-button>
        <el-button type="success" @click="submitForm('ruleForm')"
          >立即创建</el-button
          >{{
          quote ? "立即创建" : "确认任务配置"
        }}</el-button
        >
        <el-button @click="resetForm('ruleForm')">重置</el-button>
      </div>
@@ -714,6 +716,7 @@
      previewid: "", //任务模版传递id
      libName: "",
      overallCase: [], //选择患者总
      allpids: [],
      libId: null, //模板库模版id
      Editprogress: 1, //编辑进度
      previewtf: false, //预览
@@ -1071,6 +1074,7 @@
    },
    // 子任务二级弹框
    handleAddpatient(row) {
      console.log(this.overallCase, "ssaaa");
      getTaskpatient(this.patientqueryParams).then((response) => {
        console.log(response);
        this.patientuserList = response.rows;
@@ -1172,7 +1176,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)