Browse Source

修改bug

csx 5 years ago
parent
commit
f55d58398e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/main/today/TodayTab.vue

+ 3 - 3
src/pages/main/today/TodayTab.vue View File

@@ -764,7 +764,7 @@
764 764
           console.log(resp)
765 765
 
766 766
           if (resp.state == 1) {
767
-            
767
+
768 768
             var waitstoredata = this.$store.getters.waitscheduals
769 769
             var waitscheduals = waitstoredata.waitscheduals
770 770
             var storedata = this.$store.getters.scheduals
@@ -813,7 +813,7 @@
813 813
               resp.data.last_assessment_after_dislysis // 上一次透前评估
814 814
             var last_monitor_record = resp.data.last_monitor_record
815 815
 
816
-            
816
+
817 817
             if (Object.keys(waitstoredata).length > 0) {
818 818
               for (let index = 0; index < waitscheduals.length; index++) {
819 819
                 if(waitscheduals[index].patient_id == patient.id) {
@@ -1008,7 +1008,7 @@
1008 1008
 
1009 1009
                 for (let i = 0; i < totalAdvice.length; i++) {
1010 1010
                   for (let a = 0; a < longAdvicesTwo.length; a++) {
1011
-                    if (totalAdvice[i].template_id == longAdvicesTwo[a].template_id) {
1011
+                    if (totalAdvice[i].template_id == longAdvicesTwo[a].template_id &&totalAdvice[i].frequency_type == longAdvicesTwo[a].frequency_type ) {
1012 1012
                       totalAdvice[i]['isCheck'] = 0
1013 1013
                     }
1014 1014
                   }