Просмотр исходного кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 лет назад
Родитель
Сommit
a9b21b83c1
1 измененных файлов: 5 добавлений и 4 удалений
  1. 5 4
      src/xt_pages/workforce/components/nextTableWeeks.vue

+ 5 - 4
src/xt_pages/workforce/components/nextTableWeeks.vue Просмотреть файл

@@ -646,10 +646,11 @@ export default {
646 646
   created() {
647 647
     this.modeOptions = this.$store.getters.treatment_mode;
648 648
     this.anticoagulants_confit = this.$store.getters.anticoagulants_confit;
649
-    this.week_type = new Date().getDay();
650
-    if (this.week_type == 0) {
651
-      this.week_type = 7;
652
-    }
649
+    // this.week_type = new Date().getDay();
650
+    // console.log("hhhh23232332",this.week_type)
651
+    // if (this.week_type == 0) {
652
+    //   this.week_type = 7;
653
+    // }
653 654
     this.getAllZoneList()
654 655
     this.org_id = this.$store.getters.xt_user.org.id
655 656