[add] 企标库-企业标准

This commit is contained in:
lideqin
2023-08-30 18:05:45 +08:00
parent 9c9193a78e
commit 9e55453ad1
8 changed files with 390 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
import { getAction } from './manage'
const getEnterpriseStandardTableHeader = (params) => getAction('', params)
const getEnterpriseStandardSearchForm = (params) => getAction('', params)
export {
getEnterpriseStandardTableHeader,
getEnterpriseStandardSearchForm
}