【update】修改接口 list -> page

This commit is contained in:
mzc5649
2021-04-13 18:25:01 +08:00
parent 993058d0d7
commit c3c919fd7e
30 changed files with 33 additions and 33 deletions
@@ -25,7 +25,7 @@
data() {
return {
returnKeys: ['id', 'roleCode'],
url: { list: '/sys/role/list' },
url: { list: '/sys/role/page' },
columns: [
{ title: '角色名称', dataIndex: 'roleName', align: 'center', width: 120 },
{ title: '角色编码', dataIndex: 'roleCode', align: 'center', width: 120 }