zhuliu 11 月之前
父節點
當前提交
469ce48e02
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

+ 1 - 1
src/views/report/InvalidResponse/components/reasonsAndEvidence/common.js

@@ -442,7 +442,7 @@ export default {
           }
         }).catch(error=>{
           message.close()
-          this.$message.success('编辑失败')
+          this.$message.error('编辑失败')
           if(this.$refs[field.field+row.proofGroupId] && this.$refs[field.field+row.proofGroupId][0]){
             this.$refs[field.field+row.proofGroupId][0].setFocus()
           }