xiangpei
2024-08-15 cdcd42c6e24b6ede604fab2e9437bbd34930fc23
src/api/platform/calculate-rule.js
@@ -17,6 +17,14 @@
  })
}
// 根据运维单位查询违约规则列表
export function getRuleListByUnitId(data) {
  return request({
    url: '/calculate/rule/getRuleListByUnitId?unitId=' + data,
    method: 'get'
  })
}
// 查询违约规则详细
export function getRule(id) {
  return request({