shiyu пре 3 година
родитељ
комит
0a0ed30e69
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>