Pre Merge pull request !8 from 叶先生/ts

This commit is contained in:
叶先生 2023-04-28 02:54:33 +00:00 committed by Gitee
commit 6a20801304
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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