Commit ef6f3612 authored by liwenhong's avatar liwenhong

fix:时间配置回显

parent 05428d7f
......@@ -341,7 +341,7 @@ export default {
checkedAddTime: {
online_start_time: '',
online_end_time: '',
online_type: 1,
online_type: 3,
goods_spu_id: ''
}
};
......@@ -455,7 +455,7 @@ export default {
handleGoodOnline(item) {
item.online_start_time && (this.addTimeRange = [item.online_start_time, item.online_end_time]);
this.showGoodsAddTime = true;
this.checkedAddTime.online_type = item.online_type;
this.checkedAddTime.online_type = item.online_type || 3;
this.checkedAddTime.goods_spu_id = item.goods_spu_id;
},
changeDate(dateA) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment