WXL (wul)
2 天以前 e0909a604449641ebcc6ed15495e6f28515f437c
src/views/patient/propaganda/particty.vue
@@ -999,7 +999,6 @@
        { label: "电话号码", width: "180", prop: "telcode" },
        { label: "性别", width: "", prop: "sex" },
        { label: "年龄", width: "", prop: "age" },
        { label: "电话", width: "180", prop: "telcode" },
        { label: "出院天数", width: "", prop: "endDay" },
        { label: "责任护士", width: "", prop: "nurseName" },
        { label: "主治医生", width: "", prop: "drname" },
@@ -1482,7 +1481,7 @@
          this.form.preachformList = this.selectedOrder;
        } else {
          this.$modal.msgError("请选择服务类型");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1497,7 +1496,7 @@
        ) {
        } else {
          this.$modal.msgError("请选择任务关联条件");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1508,7 +1507,7 @@
        if (!this.form.templatename && !this.templateor) {
          this.$modal.msgError("未选择模板");
            this.submitLoading = false;
          this.submitLoading = false;
          return;
        }
@@ -1522,7 +1521,7 @@
          this.form.longTask
        ) {
        } else {
            this.submitLoading = false;
          this.submitLoading = false;
          return this.$modal.msgError("时间信息缺失");
        }
@@ -1931,7 +1930,7 @@
              ? this.form.patTaskRelevances
              : [];
            this.overallCase = this.form.patTaskRelevances.concat();
            this.checkList = this.form.preachform.split(",");
            this.checkList = this.form.preachform.split(",") || [];
            this.selectedOrder = this.form.preachformList;
            this.overallCase.forEach((item) => {