zhangzeli
2022-01-05 9db558324bafc153052ab3af6d9235af6c5452d0
src/views/your/area-manage/areaManage.vue
@@ -277,6 +277,7 @@
  addCar,
  getCarList,
  getUser,
  getDriver,
  addArea,
  deleteArea,
  getAreaSection,
@@ -600,7 +601,9 @@
      data2: [],
      data3: [],
      total: 0,
      type: {
        type : 1
      },
      total2: 0,
      permData: [],
      editRolePermId: "",
@@ -706,7 +709,7 @@
      });
    },
    getAllUser(){
      getUser().then((res)=>{
      getDriver(this.type).then((res)=>{
        if (res.success){
          this.userList=res.result;
        }