@ -148,7 +148,7 @@ export default {
// 获取用户列表
getUserList() {
getPhList({ current: 1, size: 99999, phStatus: 3 }).then(res => {
getPhList({ current: 1, size: 99999, phStatus: '2,3,6' }).then(res => {
this.userList = res.data.data.records;
this.init();
});
@ -186,7 +186,7 @@ export default {