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