update 流程完善
This commit is contained in:
@@ -257,6 +257,8 @@ const editInspectProcessTable = (params) => postAction('/esinspect/processEsInsp
|
||||
const addInspectionContentTable = (params) => postAction('/enterprise/InspectContent/add', params)
|
||||
// 稽查流程表-稽查内容-编辑
|
||||
const editInspectionContentTable = (params) => postAction('/enterprise/InspectContent/edit', params)
|
||||
// 稽查流程表-稽查内容-通过稽查id获取预览文件id
|
||||
const getFileIdByInspectId = (params) => getAction('/esinspect/processEsInspect/queryFileByInspectId', params)
|
||||
// 稽查流程表-稽查内容-列表(下拉)
|
||||
const getInspectionContentTable = (params) => getAction('/enterprise/InspectContent/queryClauseByEsInspectId', params)
|
||||
// 稽查流程表-稽查报告-添加
|
||||
@@ -476,6 +478,7 @@ export {
|
||||
editInspectProcessTable,
|
||||
addInspectionContentTable,
|
||||
editInspectionContentTable,
|
||||
getFileIdByInspectId,
|
||||
getInspectionContentTable,
|
||||
addInspectionReportTable,
|
||||
editInspectionReportTable,
|
||||
|
||||
Reference in New Issue
Block a user