龚焕茏
2024-04-26 02aa50f23d4858798a951bef1cfe2bc23031a4b1
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({