فهرست منبع

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

785834757 11 ماه پیش
والد
کامیت
899abb4f73
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/operationManagement/modules/allocation.vue

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

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