Przeglądaj źródła

修改bug 设置管理 只查询后线人员

785834757 11 miesięcy temu
rodzic
commit
899abb4f73

+ 2 - 1
src/views/operationManagement/modules/allocation.vue

@@ -53,7 +53,8 @@ let userList = ref([])
 let userListSelect = ref([])
 let userListSelect = ref([])
 const initUser = (id) => {
 const initUser = (id) => {
   api.operationApi.getUser({
   api.operationApi.getUser({
-      deptId: id
+      deptId: id,
+      typeAttr: 2   // 新增参数 指定为成员后线
   }).then(res => {
   }).then(res => {
     if(res.code == 200) {
     if(res.code == 200) {
         userList.value = res.data
         userList.value = res.data