RuoYi
2020-12-25 a9c6ba12e6f96fe316927324f2a038b61bc3a2bc
ruoyi-ui/src/views/monitor/operlog/index.vue
@@ -284,7 +284,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        }).catch(function() {});
        })
    },
    /** 清空按钮操作 */
    handleClean() {
@@ -297,7 +297,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("清空成功");
        }).catch(function() {});
        })
    },
    /** 导出按钮操作 */
    handleExport() {
@@ -310,7 +310,7 @@
          return exportOperlog(queryParams);
        }).then(response => {
          this.download(response.msg);
        }).catch(function() {});
        })
    }
  }
};