xiangpei
2024-08-07 72192cc5e32e6088e8ed726d5c95b78b889ee675
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",
  })
}