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