yuanhao 3 gadi atpakaļ
vecāks
revīzija
3bf3cd50a1
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  1. 1 5
      in-client-qn-ui/src/views/vab/table/index.vue

+ 1 - 5
in-client-qn-ui/src/views/vab/table/index.vue

@@ -13,15 +13,11 @@
     },
     computed: {},
     created() {
-      this.fetchData()
     },
     beforeDestroy() {},
     mounted() {},
     methods: {
-      async fetchData() {
-        const { data } = await test()
-        alert(data)
-      },
+
     },
   }
 </script>