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;