From 134b78189d205cebec1a01451f7c2e67a6fe4142 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 25 Sep 2024 10:17:31 +0800 Subject: [PATCH] page --- project/biaopin/AppCodeGeneration/components/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/biaopin/AppCodeGeneration/components/List.vue b/project/biaopin/AppCodeGeneration/components/List.vue index 084bc44c..d29e2eab 100644 --- a/project/biaopin/AppCodeGeneration/components/List.vue +++ b/project/biaopin/AppCodeGeneration/components/List.vue @@ -309,7 +309,7 @@ export default { }, changeArea() { - this.search.current = 1 + this.page.current = 1 this.getList() }, },