[update] 不符合项库

This commit is contained in:
lideqin
2024-06-26 09:58:40 +08:00
parent 9ef9e4837c
commit 46aa44e8f9
3 changed files with 14 additions and 22 deletions
@@ -1,11 +1,8 @@
import { getAction, postAction } from './manage'
// 不符合项库-关闭
const nonmatchItemClose = (params) => postAction('', params)
// 不符合项库-批量关闭
// 不符合项库-批量关闭-关闭
const nonmatchItemBatchClose = (params) => postAction('/assessment/lawsEvaluationNotMet/batchClose', params)
export {
nonmatchItemClose,
nonmatchItemBatchClose
}