From 4391af490bdc1ecbe0d0e949dc4fc3b95bead0cf Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期三, 06 八月 2025 19:07:09 +0800
Subject: [PATCH] 8-6问题修复
---
zy-asrs-admin/src/components/mat/matQuery/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-admin/src/components/mat/matQuery/index.vue b/zy-asrs-admin/src/components/mat/matQuery/index.vue
index 4dc91f2..25da040 100644
--- a/zy-asrs-admin/src/components/mat/matQuery/index.vue
+++ b/zy-asrs-admin/src/components/mat/matQuery/index.vue
@@ -336,6 +336,7 @@
}
const onSearch = () => {
+ currentPage = 1;
getPage()
}
--
Gitblit v1.9.1