fuliqi
2024-11-18 aef7ed6eb61666b53b8274d2e9aa9e34b09ac2b4
src/api/platform/calculate-report.js
@@ -68,3 +68,11 @@
    data: data
  })
}
// 修改发布状态
export const updatePublishStatus = (data) => {
  return axios({
    url: "/calculate-report/status/" + data,
    method: "PUT",
  })
}