Ver Fonte

shiyu04151622

shiyu há 3 anos atrás
pai
commit
0a0ed30e69
1 ficheiros alterados com 2 adições e 2 exclusões
  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>