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