|
@@ -1659,8 +1659,8 @@
|
|
|
let that = this
|
|
|
//右侧获取曝光台
|
|
|
getExposureStage({
|
|
|
- eventTypeIdDl: that.eventTypeIdDl,
|
|
|
- eventTypeId: that.eventTypeId,
|
|
|
+ eventTypeIdDl: that.eventTypeIdDl.length == 0 ? Cookies.get("eventTypeDl").split(",") : that.eventTypeIdDl,
|
|
|
+ eventTypeId: that.eventTypeId.length == 0 ? Cookies.get("eventType").split(",") : that.eventTypeId,
|
|
|
day: day
|
|
|
}, loading).then(res => {
|
|
|
this.exposureStageList = res.data
|