jiangping
2024-10-31 77be404d9d2b3fa11c7ba0890dcdf2bb0b5d6a1c
h5/pages/staff/vehicle/sendACarDetail.vue
@@ -254,6 +254,10 @@
               this.getDriveList()
            } else {
            }
            if(this.info.driverId && this.info.driverName){
                  this.$set(this.param, 'driverId', this.info.driverId)
                  this.$set(this.param, 'driverName', this.info.driverName)
            }
            this.showApprModal = true
         },