1
lkk
6 天以前 42e7bee237fc87c2f8f4e20116cdc47da4842b44
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}