update 自定义比对-新增-表格

This commit is contained in:
赵霄
2023-10-26 18:03:18 +08:00
parent e034f3f4cc
commit bf7ee2cfe6
5 changed files with 621 additions and 8 deletions
+10 -1
View File
@@ -78,6 +78,12 @@ const getCommentList = (params) => getAction('/compare/sarFileCompareResComment/
const getCustomComparisonStandardList = (params) => getAction('', params)
// 自定义比对-标准列表-删除
const deleteCustomComparisonStandard = (params) => postAction('', params)
// 自定义比对-特点删除
const deleteSpecialtyItem = (params) => postAction('', params)
// 自定义比对-比对项删除
const deleteMaintainItem = (params) => postAction('', params)
// 自定义比对-表格单元格编辑
const editCell = (params) => postAction('', params)
export {
// 文档拆分
@@ -123,5 +129,8 @@ export {
// 自定义比对
getCustomComparisonStandardList,
deleteCustomComparisonStandard
deleteCustomComparisonStandard,
deleteSpecialtyItem,
deleteMaintainItem,
editCell
}