RuoYi
2020-10-10 b0965653bf43ba99a13f925fa7314f4ad891ccab
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() {});
        })
    }
  }
};