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;