|
|
@ -231,7 +231,7 @@ export default { |
|
|
|
if (this.activeName == '-1') { |
|
|
|
url = '/business/warning/export' |
|
|
|
} else { |
|
|
|
url = '/dc/system/event/export'; |
|
|
|
url = '/dc/system/event/export?eventState=' + this.searchData.eventState; |
|
|
|
} |
|
|
|
let loadingInstance = Loading.service({ |
|
|
|
fullscreen: true, |
|
|
|