|
|
@ -169,8 +169,8 @@ function handleQuery() { |
|
|
function resetQuery() { |
|
|
function resetQuery() { |
|
|
dateRange.value = []; |
|
|
dateRange.value = []; |
|
|
proxy.resetForm("queryRef"); |
|
|
proxy.resetForm("queryRef"); |
|
|
|
|
|
queryParams.value.pageNum = 1; |
|
|
proxy.$refs["logininforRef"].sort(defaultSort.value.prop, defaultSort.value.order); |
|
|
proxy.$refs["logininforRef"].sort(defaultSort.value.prop, defaultSort.value.order); |
|
|
handleQuery(); |
|
|
|
|
|
} |
|
|
} |
|
|
/** 多选框选中数据 */ |
|
|
/** 多选框选中数据 */ |
|
|
function handleSelectionChange(selection) { |
|
|
function handleSelectionChange(selection) { |
|
|
|