Tcsm
2023-09-02 c045bc22bc92aa51b4510daa21d598d84247bc78
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
  })
}