[update] 不符合项库联调

This commit is contained in:
lideqin
2024-06-26 09:36:46 +08:00
parent 1e11d79e02
commit 9ef9e4837c
5 changed files with 35 additions and 19 deletions
@@ -2,7 +2,10 @@ import { getAction, postAction } from './manage'
// 不符合项库-关闭
const nonmatchItemClose = (params) => postAction('', params)
// 不符合项库-批量关闭
const nonmatchItemBatchClose = (params) => postAction('/assessment/lawsEvaluationNotMet/batchClose', params)
export {
nonmatchItemClose
nonmatchItemClose,
nonmatchItemBatchClose
}