From c5370d2a8c89caa6c8da533c2cf691cb3d16dc3c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 12 十二月 2024 16:45:31 +0800
Subject: [PATCH] ll
---
admin/src/views/vehicle/cars.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/admin/src/views/vehicle/cars.vue b/admin/src/views/vehicle/cars.vue
index cddc4f7..efd2bd9 100644
--- a/admin/src/views/vehicle/cars.vue
+++ b/admin/src/views/vehicle/cars.vue
@@ -168,9 +168,9 @@
this.getCate()
},
methods: {
- handleSelectionChange(e) {
- this.searchForm.ids = e.map(i => i.id).join(',')
- },
+ // handleSelectionChange(e) {
+ // this.searchForm.ids = e.map(i => i.id).join(',')
+ // },
changeSel(e) {
console.log(e)
if (e && e.length == 1) {
--
Gitblit v1.9.3