|
@@ -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
|
|