吉安感知网项目-前端
chenyao
2026-04-13 ec97ce33a4613181fbf576722748d5852a6922ed
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()