|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
// });
|
|
|
// });
|
|
|
this.$http
|
|
|
- .post('/user/all1', { query: {}, size: 1000, sort: '' }, { body: 'json' })
|
|
|
+ .post('/user/all1', { query: { del: false }, size: 1000, sort: '' }, { body: 'json' })
|
|
|
.then(res => {
|
|
|
this.users = res.content;
|
|
|
res.content.forEach(item => {
|