xiangpei
2024-08-29 ca18425f8cb3b9e09cc1a1df31d7b91f77bb7566
src/api/platform/calculate-money-rule.js
@@ -9,6 +9,14 @@
  })
}
// 根据合同id查询违约规则列表
export function getMoneyRulesByContractId(data) {
  return request({
    url: '/system/contract/selectMoneyRules?contractId=' + data,
    method: 'get'
  })
}
// 查询核算规则详细
export function getRule(id) {
  return request({