|
@@ -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) {
|