yangan
2024-06-21 7f02619d92353f989cccf29fd58321d4f13500bb
pages/driver-page/drvier-my/certifiCate/certifiCate.vue
@@ -257,7 +257,11 @@
         return {
            minDate: this.getToday(),
            previewImageShow: false,
            supercargoList:[],
            supercargoList:[{
               driverName:"",
               driverIdcard:"",
               driverPhone:""
            }],
            scoreDetailList: [],
            editTranShow:false,
            upload:false,
@@ -579,10 +583,14 @@
            })
         },
         deleteSupercar(){
            this.supercargoList.splice(this.supercargoList.length - 1, 1)
            if(this.supercargoList.length>1){
               this.supercargoList.splice(this.supercargoList.length - 1, 1)
            }
         },
         deleteDriver(){
            this.driverList.splice(this.driverList.length - 1, 1);
            if(this.driverList.length>1){
               this.driverList.splice(this.driverList.length - 1, 1);
            }
         },
         getUserName(e){
            let data= e.split(',').map(item=>{