xiangpei
2025-03-02 e4dcc725b84c282e1a86cdefa23403326e8e3fe6
src/api/system/dict/data.js
@@ -59,3 +59,11 @@
    params: query
  })
}
// 根据父级id获取子级数据
export function getChildList(parentId) {
  return request({
    url: '/system/dict/data/child/by/parent/' + parentId,
    method: 'get'
  })
}