CN-71 feat:用户,角色,i18n,操作记录列表页面 添加搜索框

This commit is contained in:
晶晶 张
2021-07-27 10:27:31 +08:00
parent 6f5016872d
commit a07d8d7a01
6 changed files with 9 additions and 12 deletions

View File

@@ -76,7 +76,6 @@ export default {
}
this.tableData = response.data.list
this.pageObj.total = response.data.total
this.pageObj.total = ''
// TODO 回到顶部
}
})