update $message.error全局改成$message.warning
This commit is contained in:
@@ -74,6 +74,11 @@ const addComment = (params) => postAction('/compare/sarFileCompareResComment/add
|
||||
// 文档对比-对比结果-评论-评论列表
|
||||
const getCommentList = (params) => getAction('/compare/sarFileCompareResComment/queryListByInfoId', params)
|
||||
|
||||
// 自定义比对-标准列表
|
||||
const getCustomComparisonStandardList = (params) => getAction('', params)
|
||||
// 自定义比对-标准列表-删除
|
||||
const deleteCustomComparisonStandard = (params) => postAction('', params)
|
||||
|
||||
export {
|
||||
// 文档拆分
|
||||
releaseSplitStandard,
|
||||
@@ -114,5 +119,9 @@ export {
|
||||
getComparisonResultDetail,
|
||||
editComparisonComment,
|
||||
addComment,
|
||||
getCommentList
|
||||
getCommentList,
|
||||
|
||||
// 自定义比对
|
||||
getCustomComparisonStandardList,
|
||||
deleteCustomComparisonStandard
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user