See999 4 년 전
부모
커밋
21bab63daf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/xt_pages/workforce/components/tableData.vue

+ 2 - 0
src/xt_pages/workforce/components/tableData.vue 파일 보기

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