XMLWAN 3 年前
父节点
当前提交
9278cf5d66
共有 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