部门管理支持批量保存排序

This commit is contained in:
RuoYi
2026-03-21 11:42:17 +08:00
parent 9f44c22dcc
commit b5dd048b68
3 changed files with 62 additions and 3 deletions
-1
View File
@@ -34,7 +34,6 @@
</template>
<script setup>
import { ref, onMounted, onBeforeUnmount, nextTick } from 'vue'
import { useRouter } from 'vue-router'
import useUserStore from '@/store/modules/user'
import useLockStore from '@/store/modules/lock'