linwenling
2023-07-18 9f703491c7098deda073f9f5014035e973031aa4
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'
  })
}