update $message.error全局改成$message.warning

This commit is contained in:
赵霄
2023-10-25 17:32:18 +08:00
parent 0bee8465c2
commit 8d5c6b9380
45 changed files with 119 additions and 87 deletions
+10 -1
View File
@@ -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
}