提交 764d0da6 authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 c2ea7d67
...@@ -247,16 +247,7 @@ export default { ...@@ -247,16 +247,7 @@ export default {
}) })
}, },
fetchRoleList() { fetchRoleList() {
const params = { this.$refs.tabList.refetch()
page: 1,
limit: 20
}
getRoleList(params).then((res) => {
if (res.code === 0 && res.data && Array.isArray(res.data.data)) {
// console.log(res.data.data)
this.tableOptions.data = res.data.data
}
})
}, },
fetchCreateRole() { fetchCreateRole() {
const data = { const data = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论