zxl
3 天以前 b599374e54fcb8fc56e6ccc8efe5f2b3f3d20716
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({