linwenling
2023-09-12 86b6ecee0111eeccf11ab5e440b0bac161fa65c4
ruoyi-ui/src/api/selfeconomy/index.js
@@ -63,5 +63,13 @@
    responseType: 'blob'
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/zProperty/importData',
    method: 'post',
    data: data
  })
}