ggooalice 2 년 전
부모
커밋
5a9a894446
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -3090,7 +3090,7 @@ a {
                 //     // pageSize: 99999
                 //     pageSize: -1
                 // },
-                this.http.post('/user/getUserListByRole', {},
+                this.http.post('/user/getSimpleActiveUserList', {},
                 res => {
                     if (res.code == "ok") {
                         this.users = res.data;