|
@@ -2139,11 +2139,15 @@ export default {
|
|
|
updateCentereventTEventcatalogueStatus(param).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
that.$message.success(`处理成功!`)
|
|
|
- that.refreshEvent(that.eventCode)
|
|
|
that.cancelEventConfirm_send()
|
|
|
that.showEventConfirm_gd = false
|
|
|
that.$emit('getEventList', that.calendarDay,10,1)
|
|
|
that.$emit('getSupermap', that.calendarDay)
|
|
|
+ if (eventStatus == "cf" || eventStatus == "wb") {
|
|
|
+ this.eventDialog = false;
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ that.refreshEvent(that.eventCode)
|
|
|
}
|
|
|
})
|
|
|
} else if(eventStatus == 'cz'){
|