RuoYi
2021-06-11 23944b2f9c8daf8acd1755cd121e21a3e9c3219b
ruoyi-ui/src/views/system/user/index.vue
@@ -542,7 +542,7 @@
    },
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.page = 1;
      this.queryParams.pageNum = 1;
      this.getList();
    },
    /** 重置按钮操作 */
@@ -628,7 +628,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        })
        }).catch(() => {});
    },
    /** 导出按钮操作 */
    handleExport() {