From cc73ea5320fed8a39e00bfc0fa02810199559122 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 16 七月 2024 15:55:40 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index 873f2d7..6afd5c6 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -701,6 +701,7 @@
       overallCase: [], //閫夋嫨鎮h�呮��
       allpids: [],
       libId: null, //妯℃澘搴撴ā鐗坕d
+      nhh: null, //鏄惁渚濈収鏂板
       Editprogress: 1, //缂栬緫杩涘害
       drawermb: false, //閫夋嫨妯$増寮圭獥
       previewtf: false, //棰勮
@@ -887,6 +888,7 @@
     this.id = this.$route.query.id;
     this.form.type = this.$route.query.type;
     this.form.typename = this.$route.query.typename;
+    this.form.nhh = this.$route.query.nhh;
     this.listDept();
     this.Acquisitiontype();
     this.Getdetails();
@@ -1138,6 +1140,7 @@
             this.formatFn(2);
             console.log(this.form.showDate, "this.form");
             this.daytime = this.form.showDate.split(",");
+            this.changeTimeday(this.daytime);
             if (this.form.showTimeMorn) {
               if (this.form.sendType == 3) {
                 this.time4 = this.form.showTimeMorn;
@@ -1193,10 +1196,13 @@
       console.log(this.form.sendTimeslot, "鏃堕棿");
     },
     changeTimeday(row) {
+      console.log(row, "鏃ユ湡");
       const startDate = new Date(row[0]);
       const endDate = new Date(row[1]);
       this.applydaytime = this.getDates(startDate, endDate);
-      this.processingTime();
+      if (!top) {
+        this.processingTime();
+      }
     },
     getDates(startDate, endDate) {
       const dates = [];

--
Gitblit v1.9.3