k94314517
2024-10-16 4ce95f93e86ce7195a1e1f7a364401eeb703c150
admin/src/components/operation/OperCarUseBookParamWindow.vue
@@ -533,12 +533,13 @@
    },
    initData () {
      getCarList({
        type: 1
        type: 0
      }).then(res => {
        this.carsList = res
      })
      findTypeMemberInfo({
        type: '2'
        type: '2',
        companyType: 1
      }).then(res => {
        this.memberList = res || []
      })