WXL
2024-12-23 ae117f01461f05a0bf249e6f63b636f4222ec8d7
src/views/patient/propaganda/particty.vue
@@ -1541,7 +1541,7 @@
          if (res.code == 200) {
            this.objyl = res.data;
            if (this.form.longTask) {
              this.objyl.longTemp = 1;
              this.objyl.longTemp = 5;
            }
            this.queryParamsdept.type = 2;
            this.queryParamsdept.tempid = row.id;
@@ -1861,6 +1861,7 @@
    neWaddfn() {
      this.id = null;
      this.form.taskName = "";
      this.form.sendState = null;
      this.form.taskid = null;
      this.overallCase = [];
      this.form.patTaskRelevances = [];
@@ -2003,8 +2004,8 @@
              this.putbelongDepts(response.data);
              this.form.templatename = this.objyl.templateName;
              this.$modal.msgSuccess("替换模板成功");
              this.drawermb = false;//选择模板弹窗
              this.previewtf = false;//预览
              this.drawermb = false; //选择模板弹窗
              this.previewtf = false; //预览
              if (this.skip) {
                // 跳转前往修改
                this.$router.push({
@@ -2023,8 +2024,8 @@
          this.putbelongDepts(response.data);
          this.form.templatename = this.objyl.templateName;
          this.$modal.msgSuccess("选择模板成功");
          this.drawermb = false;//选择模板弹窗
          this.previewtf = false;//预览
          this.drawermb = false; //选择模板弹窗
          this.previewtf = false; //预览
          if (this.skip) {
            // 跳转前往修改
            this.$router.push({
@@ -2105,8 +2106,8 @@
    Modifytemplate() {
      if (this.form.templateid && this.previewtftype) {
        this.$modal.confirm("是否前往修改任务模板详细内容?").then(() => {
          this.drawermb = false;//选择模板弹窗
          this.previewtf = false;//预览
          this.drawermb = false; //选择模板弹窗
          this.previewtf = false; //预览
          this.$router.push({
            path: "/knowledge/taskub/",
            query: { id: this.form.templateid },