xiangpei
2025-03-21 be607308e10347b8af900c4bf7a715023b9395e8
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'
  })
}