Przeglądaj źródła

3月25日杨青

杨青 2 lat temu
rodzic
commit
c2959134c6

+ 3 - 1
src/xt_pages/workforce/appointment.vue Wyświetl plik

333
         this.showtable=true
333
         this.showtable=true
334
         this.showtableOne=false
334
         this.showtableOne=false
335
         this.$nextTick(() => {
335
         this.$nextTick(() => {
336
-          this.$refs.tableDataZero.getgetSchedules()
336
+          // this.$refs.tableDataZero.getAllZones()
337
+          this.$refs.tableDataZero.getSchedules()
338
+          // this.$refs.tableDataZero.getSchedulesOnes()
337
         })
339
         })
338
         console.log('12343545',this.$refs.tableDataZero);
340
         console.log('12343545',this.$refs.tableDataZero);
339
       }else{
341
       }else{

Plik diff jest za duży
+ 615 - 289
src/xt_pages/workforce/components/historyWeekTable.vue