xiangpei
2024-11-05 c66b9868ededa0f89038f1a046ee7b3daee2e203
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",
  })
}