提交 d0c407bb authored 作者: pengxiaohui's avatar pengxiaohui

修改bug

上级 93144e67
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
return { return {
listData: [], listData: [],
curPage: 1, curPage: 1,
pageSize: 20, pageSize: 2,
total: 0, total: 0,
dialogVisible: false, dialogVisible: false,
dialogType: 'add', dialogType: 'add',
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
this.deleteId = id this.deleteId = id
}, },
pageChange() { pageChange() {
this.fetchUserList() this.fetchAccountList()
}, },
handleBtn() { handleBtn() {
if (this.dialogType === 'delete') { if (this.dialogType === 'delete') {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论