[update] 不符合项库联调
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user