From 081b2afc94c32a1c5e735e2f6b971d9fe1ff9b4f Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期日, 28 九月 2025 09:15:55 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
admin/src/views/vehicle/driver.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/src/views/vehicle/driver.vue b/admin/src/views/vehicle/driver.vue
index 1e8ac2a..b83d851 100644
--- a/admin/src/views/vehicle/driver.vue
+++ b/admin/src/views/vehicle/driver.vue
@@ -71,11 +71,11 @@
},
clear() {
this.filters = {}
- this.getList(0)
+ this.getList(1)
},
handleSizeChange(capacity) {
this.pagination.capacity = capacity
- this.getList(0)
+ this.getList(1)
}
}
}
--
Gitblit v1.9.3