小宝贝 1 gadu atpakaļ
vecāks
revīzija
306a5556e0
1 mainītis faili ar 6 papildinājumiem un 5 dzēšanām
  1. 6 5
      ruoyi-ui/src/views/system/data/index.vue

+ 6 - 5
ruoyi-ui/src/views/system/data/index.vue

@@ -69,7 +69,8 @@
   </div>
 </template>
 <script>
-import { getList, addSave } from "@/api/system/data";
+// import { getList, addSave } from "@/api/system/data";
+import { addSave } from "@/api/system/data";
 import { scrollTo } from "@/utils/scroll-to";
 // import {
 //   listUser,
@@ -153,10 +154,10 @@ export default {
   },
   mounted() {
     // 获取列表
-    getList().then((res) => {
-      console.log(res);
-      // 获取列表后的操作
-    });
+    // getList().then((res) => {
+    //   console.log(res);
+    //   // 获取列表后的操作
+    // });
   },
   methods: {
     handleSizeChange(val) {