RuoYi
2021-06-12 54922af7db2d05c2289e6f20917ee8b3fd8dac28
ruoyi-ui/src/views/system/logininfor/index.vue
@@ -196,7 +196,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        })
        }).catch(() => {});
    },
    /** 清空按钮操作 */
    handleClean() {
@@ -209,7 +209,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("清空成功");
        })
        }).catch(() => {});
    },
    /** 导出按钮操作 */
    handleExport() {