linwenling
2023-07-18 d3bc497986278ec8c2f21d3ef272ecc392cbc93b
ruoyi-ui/src/api/collection/index.js
@@ -62,3 +62,12 @@
    responseType: 'blob'
  })
}
//导入模板
export function downloadModel(data) {
  return request({
    url: '/zfCollection/model',
    method: 'get',
    params: data,
    responseType: 'blob'
  })
}