[add] 企标评审会记录

This commit is contained in:
lideqin
2023-09-11 15:10:56 +08:00
parent 6814f80daa
commit ce03708101
6 changed files with 781 additions and 7 deletions
+6 -1
View File
@@ -23,6 +23,9 @@ const collectStandard = (params) => getAction('', params)
// 分享企标
const shareStandard = (params) => getAction('', params)
// 企标评审会记录
const setQualityStandard = (params) => getAction('', params)
export {
getEnterpriseStandardTableHeader,
getEnterpriseStandardSearchForm,
@@ -34,5 +37,7 @@ export {
initChange,
temporaryPermissionSet,
collectStandard,
shareStandard
shareStandard,
setQualityStandard
}