jiangping
2024-11-05 c9ef2687d3460da668d08d58dee6af468ed6693e
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
         },