From ac5603d127ea37513055a2ef87d960902c3993b8 Mon Sep 17 00:00:00 2001
From: wang-hao-jie <1550036656@qq.com>
Date: 星期三, 05 一月 2022 10:20:10 +0800
Subject: [PATCH] 默认更改列表

---
 src/views/your/car-manage/carManage.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/your/car-manage/carManage.vue b/src/views/your/car-manage/carManage.vue
index 8614efc..2e08b84 100644
--- a/src/views/your/car-manage/carManage.vue
+++ b/src/views/your/car-manage/carManage.vue
@@ -667,13 +667,13 @@
       this.getDataList();
     },
     getAllUser(){
-      getDriver(this.type).then((res)=>{
+      getDriver({type:0}).then((res)=>{
         if (res.success){
           this.userList=res.result;
         }
       });
-      this.type.type=1;
-      getDriver(this.type).then((res)=>{
+      //this.type.type=1;
+      getDriver({type:1}).then((res)=>{
         if (res.success){
           this.driverList=res.result;
         }

--
Gitblit v1.9.1