xiangpei
2024-07-19 4e4e3042f9240816d49332f19ca85a68cb89c2e4
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",
  })
}