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