吉安感知网项目-前端
罗广辉
2026-04-13 3fdc3051b12eafb01dbf0d98ed8450c512490b6e
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()