瀏覽代碼

集群管理

zhangliang2 2 年之前
父節點
當前提交
9b241b6afb
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
                 }
             })
         },