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