linwenling
2023-08-15 6dfcf03c0330968c6d14b84f33ec94f73acfaab7
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
  })
}