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