|
|
@ -19,6 +19,38 @@ const interfaceConfigs = ref<InterfaceItem[]>([ |
|
|
method: 'get', |
|
|
method: 'get', |
|
|
description: '手动触发,强制匹配并落库', |
|
|
description: '手动触发,强制匹配并落库', |
|
|
confirm: true |
|
|
confirm: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '计划到期自动生成任务', |
|
|
|
|
|
group: 'AppEnfCpPlanController', |
|
|
|
|
|
url: '/app-enf/cpPlan/autoTaskReserve', |
|
|
|
|
|
method: 'get', |
|
|
|
|
|
description: '手动触发,强制匹配并落库', |
|
|
|
|
|
confirm: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '取消超出自动匹配时间的联合执法计划', |
|
|
|
|
|
group: 'AppEnfCpPlanController', |
|
|
|
|
|
url: '/app-enf/cpPlan/updateIsUnion', |
|
|
|
|
|
method: 'get', |
|
|
|
|
|
description: '手动触发,强制匹配并落库', |
|
|
|
|
|
confirm: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '预约超期自动取消', |
|
|
|
|
|
group: 'AppEnfCpReserveController', |
|
|
|
|
|
url: '/app-enf/cpReserve/autoOverdueManualReserves', |
|
|
|
|
|
method: 'get', |
|
|
|
|
|
description: '手动触发,强制匹配并落库', |
|
|
|
|
|
confirm: true |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
name: '预告到期自动修改状态', |
|
|
|
|
|
group: 'AppEnfCpNoticeController', |
|
|
|
|
|
url: '/app-enf/cpNotice/noticeReserve', |
|
|
|
|
|
method: 'get', |
|
|
|
|
|
description: '手动触发,强制匹配并落库', |
|
|
|
|
|
confirm: true |
|
|
} |
|
|
} |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
|