角色页面分页插件写死,导致第二页无法触发

This commit is contained in:
yexingyuan 2023-04-28 10:47:45 +08:00
parent 67864e67b3
commit 1bc8732f22

View File

@ -288,7 +288,6 @@ const getList = () => {
* 搜索按钮操作
*/
const handleQuery = () => {
queryParams.value.pageNum = 1;
getList();
}