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