diff --git a/src/views/log/operation-log/index.vue b/src/views/log/operation-log/index.vue index 0e45a94..49ea810 100644 --- a/src/views/log/operation-log/index.vue +++ b/src/views/log/operation-log/index.vue @@ -23,10 +23,6 @@ @clear="search" /> - @@ -236,7 +232,9 @@ export default { }).then(async res => { this.loading = true try { - await CleanOperationLog() + await CleanOperationLog().then(res => { + this.judgeResult(res) + }) } finally { this.loading = false }