【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
@@ -26,7 +26,7 @@
},
data() {
return {
url: { list: '/sys/user/list' },
url: { list: '/sys/user/page' },
columns: [
{ title: '姓名', align: 'center', width: '25%', widthRight: '70%', dataIndex: 'realname' },
{ title: '账号', align: 'center', width: '25%', dataIndex: 'username' },
@@ -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 }
@@ -35,7 +35,7 @@
confirmLoading: false,
url: {
add: "/act/model/create",
list: "/sys/user/list"
list: "/sys/user/page"
},
columns: [
{
@@ -10537,7 +10537,7 @@
return e.onSelectChange(t, n)
}
},
url: "/sys/role/list",
url: "/sys/role/page",
customRow2: this.customRow
}
},
@@ -40451,7 +40451,7 @@
return e.onSelectChange(t, n)
}
},
url: "/sys/user/list"
url: "/sys/user/page"
}
},
created: function() {