Преглед изворни кода

Merge branch 'master' of http://10.15.12.70:3000/zhangliang/simulation-front

zhangliang2 пре 3 година
родитељ
комит
300c0f90f0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/algorithmsLibrary/algorithmsPlatformList.vue

+ 2 - 2
src/views/algorithmsLibrary/algorithmsPlatformList.vue

@@ -201,9 +201,9 @@ export default {
         },
     },
     async mounted() {
-        await this.$dicsListsInit({
+        /*await this.$dicsListsInit({
             validationStatusList: "validationStatus",
-        });
+        });*/
     },
 };
 </script>