licailing 4 anni fa
parent
commit
9971258165
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/vue/src/components/OrganLog.vue

+ 1 - 1
src/main/vue/src/components/OrganLog.vue

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