feige
2024-02-02 bd40473c9c634005bc7e62e7fc901bcd8b598fa0
ruoyi-ui/src/api/collection/index.js
@@ -71,12 +71,12 @@
    responseType: 'blob'
  })
}
//导入模板
export function downloadModel(data) {
//导入
export function enload(data) {
  return request({
    url: '/zfCollection/model',
    method: 'get',
    params: data,
    responseType: 'blob'
    url: '/zfCollection/importData',
    method: 'post',
    data: data
  })
}