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