ll
liukangdong
2024-12-11 d73c61eb5a8dcc4e40732b97d92d36edcf6b3d61
admin/src/components/business/OperaCarDriverWindow.vue
@@ -88,7 +88,8 @@
    },
    loadMember () {
      allList({
        type: 2
        type: 2,
        companyTypes: '0,1'
      })
        .then(res => {
          this.memberList = res
@@ -100,7 +101,7 @@
    },
    loadCars () {
      carList({
        type: 1 //公务车
        type: 0 //公务车
      })
        .then(res => {
          this.carList = res