无人机管理后台前端(已迁走)
zrj
2024-08-30 de41e845dcaf44b535de787db3eb6a23ee45e920
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;