jiangping
2024-10-15 1097c146d849c00ac67a261b12c496b5cc8b92a8
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 || []
      })