File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ function handleQuery() {
169
169
function resetQuery () {
170
170
dateRange .value = [];
171
171
proxy .resetForm (" queryRef" );
172
+ queryParams .value .pageNum = 1 ;
172
173
proxy .$refs [" logininforRef" ].sort (defaultSort .value .prop , defaultSort .value .order );
173
- handleQuery ();
174
174
}
175
175
/** 多选框选中数据 */
176
176
function handleSelectionChange (selection ) {
Original file line number Diff line number Diff line change @@ -239,8 +239,8 @@ function handleQuery() {
239
239
function resetQuery () {
240
240
dateRange .value = [];
241
241
proxy .resetForm (" queryRef" );
242
+ queryParams .value .pageNum = 1 ;
242
243
proxy .$refs [" operlogRef" ].sort (defaultSort .value .prop , defaultSort .value .order );
243
- handleQuery ();
244
244
}
245
245
/** 多选框选中数据 */
246
246
function handleSelectionChange (selection ) {
You can’t perform that action at this time.
0 commit comments