yuanhao 3 years ago
parent
commit
3bf3cd50a1
1 changed files with 1 additions and 5 deletions
  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>