fei
昨天 ba6ea01d3fe185f760f6c847a5dceaf14c01ef05
src/api/system/records.js
@@ -87,3 +87,12 @@
    data: ids
  })
}
export function getIdFileCounts(ids)
{
  return request({
    url: '/system/records/getAllFilesCounts',
    method: 'post',
    data: ids
  })
}