yxh
yxh
2023-12-27 3caebf79cfe8c6bd80c823312eae20b7902cb891
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
    })
  }