无人机管理后台前端(已迁走)
xiebin
2025-04-22 194c8b8090ea1a43df4ebf9195c101d9ff095b85
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;