Browse Source

Merge branch 'dev' into preview

feature
wxz 2 years ago
parent
commit
ab7535edbe
  1. 2
      src/views/modules/base/organization/organization.vue

2
src/views/modules/base/organization/organization.vue

@ -1339,7 +1339,7 @@ export default {
async getRoleList () {
this.tableLoading = true;
const url = "/gov/access/govrole/list";
const url = "/gov/access/govrole/roleListOfCustomer";
let params = {};

Loading…
Cancel
Save