See999 4 years ago
parent
commit
21bab63daf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/xt_pages/workforce/components/tableData.vue

+ 2 - 0
src/xt_pages/workforce/components/tableData.vue View File

1461
             this.zone_device_map = zone_device_map;
1461
             this.zone_device_map = zone_device_map;
1462
 
1462
 
1463
             this.zone_names = Object.keys(this.zone_device_map);
1463
             this.zone_names = Object.keys(this.zone_device_map);
1464
+            console.log('8989898989898989',this.zone_names)
1464
 
1465
 
1465
             console.log(this.current_devices);
1466
             console.log(this.current_devices);
1466
 
1467
 
1972
   //    this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
1973
   //    this.tableContainHeight = window.innerHeight - this.$refs.table.$el.offsetTop - 160
1973
   // },
1974
   // },
1974
   created() {
1975
   created() {
1976
+    this.changeScheduleType(1)
1975
     rowNumber = 0;
1977
     rowNumber = 0;
1976
     this.modeOptions = this.$store.getters.treatment_mode;
1978
     this.modeOptions = this.$store.getters.treatment_mode;
1977
 
1979