zhuliu преди 1 година
родител
ревизия
00e16039c0

+ 1 - 1
src/utils/common.js

@@ -537,7 +537,7 @@ export default {
       }
       return false
     } else {
-      return false
+      return true
     }
   },
   //校验是否全部上传

+ 1 - 1
src/views/report/InvalidResponse/components/Evidence/evidence.vue

@@ -269,7 +269,7 @@ export default {
         }).then(() => {
             this.$api.deleteCompareLiterature(ids).then(response=>{
                 if(response.code == 200){
-                    this.$message('删除成功')
+                    this.$message.success('删除成功')
                     this.deleteUpdateOrder(index)
                 }
             }).catch(error=>{

+ 1 - 1
src/views/report/analysisAndOpinion/components/comparisonPlan/comparisonPlan.vue

@@ -155,7 +155,7 @@ export default {
             }).then(() => {
                 this.$api.removeCompareGroups(a).then(response=>{
                     if(response.code == 200){
-                        this.$message({
+                        this.$message.success({
                             type: 'success',
                             message: '删除成功!'
                         });

+ 1 - 1
src/views/report/components/allocationTask/components/allocationTask.vue

@@ -309,7 +309,7 @@ export default {
       }
       this.$api.addMarkTask(params).then(res => {
         if (res.code == 200) {
-          this.$message('添加分配任务成功')
+          this.$message.success('添加分配任务成功')
           this.$refs.examine.handleCloseTask()
           this.dialogVisible = true
         }