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