11
WXL
2023-09-19 4fc9abfa57e81e83b74bdbd2e2f6d71d3500ef66
src/api/project/DonationEvaluation.js
@@ -21,8 +21,8 @@
  // 修改捐献流程
export function updateDonateflowchart(data) {
    return request({
      url: '/project/donateflowchart',
      method: 'put',
      url: '/project/donateflowchart/edit',
      method: 'post',
      data: data
    })
  }