linwenling
2023-08-05 8f2a8595313aaa7a1b5320a8add4eef4dfe942c4
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'
  })
}