| applications/drone-command/src/axios.js | ●●●●● patch | view | raw | blame | history | |
| applications/drone-command/src/views/authority/role.vue | ●●●●● 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()