linwei
2024-01-30 af9d7b07f1969beeb5f7d61af2fc4f09664919bf
src/api/task/bailReporting.js
@@ -11,6 +11,17 @@
    },
  });
};
export const getList = (current, size, params) => {
  return request({
    url: '/api/blade-taskBailReportingEvent/taskBailReportingEvent/page',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    }
  })
}
export const update = (row) => {
  return request({