页面报错修复

This commit is contained in:
小久哥
2022-06-15 18:23:04 +08:00
parent 29a579ab77
commit 9e2d01a33d
6 changed files with 52 additions and 67 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ export default {
getCpUserPageList(){
getCpUserPage({
pageNo:1,
pageSize:100
pageSize:400
}).then(res => {
this.cpUserList = res.data.list;
})