yxh
2023-07-26 9d242e52a874480a612124dd3833ab7cfa65c74f
src/api/project/reimbursement.js
@@ -100,4 +100,12 @@
    method: 'post',
    data: data
  })
}
// 同步申请单到共享表
export function addShareData(id) {
  return request({
    url: '/project/reimbursement/addShareData/' + id,
    method: 'get'
  })
}