|
@@ -242,8 +242,8 @@ export default {
|
|
if(res.code == '200' && res.info){
|
|
if(res.code == '200' && res.info){
|
|
this.validNumDynLicense = res.info.validNumDynLicense
|
|
this.validNumDynLicense = res.info.validNumDynLicense
|
|
this.validNumSimLicense = res.info.validNumSimLicense
|
|
this.validNumSimLicense = res.info.validNumSimLicense
|
|
- this.validDateDynamic = res.info.dateSimulationLicense
|
|
|
|
- this.validDateSimulation = res.info.dateDynamicLicense
|
|
|
|
|
|
+ this.validDateDynamic = res.info.dateDynamicLicense
|
|
|
|
+ this.validDateSimulation = res.info.dateSimulationLicense
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|