Files
laws_chery_client/src/api/regulatoryComplianceAssessmentDatabase.js
T
2024-06-26 09:58:40 +08:00

9 lines
235 B
JavaScript

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