11
WXL
2024-03-08 f19982b15f380e9e5ae530a6fdfed05c26de4c54
src/api/project/fundflow.js
@@ -20,7 +20,7 @@
// 新增费用审批流程
export function addFundflow(data) {
  return request({
    url: '/project/fundflow',
    url: '/project/fundflow/add',
    method: 'post',
    data: data
  })