From 0c779fb73aa2906abc8a5da3e84efe2cd971b789 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 16 Oct 2024 16:33:04 +0800
Subject: [PATCH] 页面加载后不显示结果
---
src/views/device/devicePerMenu.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/device/devicePerMenu.vue b/src/views/device/devicePerMenu.vue
index 025bf51..0af498c 100644
--- a/src/views/device/devicePerMenu.vue
+++ b/src/views/device/devicePerMenu.vue
@@ -26,7 +26,6 @@
<script>
import { getList, remove, add, update } from '@/api/device/devicePerMenu';
-import { getLazyList } from '@/api/system/menu';
import { mapGetters } from 'vuex';
export default {
@@ -190,7 +189,6 @@
},
methods: {
rowSave(row, done, loading) {
- console.log(row, 8888);
add(row).then(
() => {
this.initFlag = false;
--
Gitblit v1.9.3