Explorar el Código

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

zhangliang2 hace 3 años
padre
commit
300c0f90f0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>