Browse Source

shiyu04151622

shiyu 3 năm trước cách đây
mục cha
commit
0a0ed30e69
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>