qinxianzhangyao
2024-06-27 f68fa3bc5fc0a286c88d82ee6eb95e8ad6be0d16
src/api/team/tuanti.js
@@ -69,4 +69,12 @@
  })
}
export function addbatch(data) {
  return request({
    url: '/system/report/preview/batch',
    method: 'post',
    data: data
  })
}