zhangliang2 %!s(int64=2) %!d(string=hai) anos
pai
achega
9b241b6afb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/systemManagement/clusteringDetail.vue

+ 2 - 2
src/views/systemManagement/clusteringDetail.vue

@@ -242,8 +242,8 @@ export default {
                 if(res.code == '200' && res.info){
                     this.validNumDynLicense = res.info.validNumDynLicense
                     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
                 }
             })
         },