|
@@ -124,7 +124,7 @@
|
124
|
124
|
<table-data ref="tableData" :week-time="activeName" :partitions-prop="partitions"
|
125
|
125
|
:schedule-zone-row-prop="scheduleZoneRow"
|
126
|
126
|
:schedule-zone-prop="scheduleZone" title="" @event1="changePartition"
|
127
|
|
- @event2="changeSchedule" @event3="changeWeekDay" @guanliu_show="guanliu" v-show="showtableOne">
|
|
127
|
+ @event2="changeSchedule" @event3="changeWeekDay" @guanliu_show="guanliu" v-show="showtableOne" @event6="changeScheduleType">
|
128
|
128
|
</table-data>
|
129
|
129
|
<!-- @event6="changeScheduleType" -->
|
130
|
130
|
</div>
|
|
@@ -4898,7 +4898,7 @@ export default {
|
4898
|
4898
|
|
4899
|
4899
|
changeScheduleType(val){
|
4900
|
4900
|
// console.log('444444');
|
4901
|
|
- // this.schedule_type = val
|
|
4901
|
+ this.schedule_type = val
|
4902
|
4902
|
},
|
4903
|
4903
|
|
4904
|
4904
|
changeWeek(val) {
|