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