import { getAction, postAction } from './manage' // 不符合项库-批量关闭-关闭 const nonmatchItemBatchClose = (params) => postAction('/assessment/lawsEvaluationNotMet/batchClose', params) export { nonmatchItemBatchClose }