吉安感知网项目-前端
罗广辉
2026-04-13 3fdc3051b12eafb01dbf0d98ed8450c512490b6e
fix: 修复角色管理bug
2 files modified
3 ■■■■ changed files
applications/drone-command/src/axios.js 1 ●●●● patch | view | raw | blame | history
applications/drone-command/src/views/authority/role.vue 2 ●●● patch | view | raw | blame | history
applications/drone-command/src/axios.js
@@ -197,6 +197,7 @@
    return res
  },
  error => {
    return Promise.reject(new Error(error))
  }
)
applications/drone-command/src/views/authority/role.vue
@@ -496,7 +496,7 @@
        },
        onLoad(page, params = {}) {
            this.loading = true
            getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
            getList({current: page.currentPage, size: page.pageSize, ...Object.assign(params, this.query)}).then(res => {
                this.data = res.data.data
                this.loading = false
                this.selectionClear()