|
@@ -2130,6 +2130,11 @@ console.log(this.dutysystemTableData)
|
|
|
that.showEventConfirm_gd = false
|
|
|
that.$emit('getEventList', that.calendarDay,10,1)
|
|
|
that.$emit('getSupermap', that.calendarDay)
|
|
|
+ }else if(res.code == 304){
|
|
|
+ console.log(that.eventCode)
|
|
|
+ this.$message.warning(res.msg)
|
|
|
+ this.showEventDialog(that.eventCode)
|
|
|
+//获取事件详情
|
|
|
}
|
|
|
})
|
|
|
} else if(eventStatus == 'cz'){
|
|
@@ -2184,6 +2189,12 @@ console.log(this.dutysystemTableData)
|
|
|
return;
|
|
|
}
|
|
|
that.refreshEvent(that.eventCode)
|
|
|
+ }else if(res.code == 304){
|
|
|
+ console.log(that.eventCode)
|
|
|
+ this.$message.warning(res.msg)
|
|
|
+ this.showEventDialog(that.eventCode)
|
|
|
+//获取事件详情
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|