[add] 不符合项库

This commit is contained in:
lideqin
2024-06-19 11:59:46 +08:00
parent 5867a72ef6
commit 6b5c64fa3e
9 changed files with 631 additions and 6 deletions
@@ -0,0 +1,8 @@
import { getAction, postAction } from './manage'
// 不符合项库-关闭
const nonmatchItemClose = (params) => postAction('', params)
export {
nonmatchItemClose
}