jiangping
2024-11-06 ba0ed62f96b6df69cb3f5913670df94f7fc9b40b
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
         },