Parcourir la source

性能验证修复审批历史显示问题

zhonghuizhen il y a 6 mois
Parent
commit
98422deb6d
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/views/business/performance/experimentalView.vue

+ 4 - 4
src/views/business/performance/experimentalView.vue

@@ -482,12 +482,12 @@ export default {
             }
             }
           break;
           break;
         case 'approvalHistory':
         case 'approvalHistory':
-            if(this.taskId){
+            //if(this.taskId){
             
             
               this.handleapprovalHistory(this.taskId, this.form);
               this.handleapprovalHistory(this.taskId, this.form);
-            }else{
-              this.$message.warning('暂无审批历史!');
-            }
+           // }else{
+             // this.$message.warning('暂无审批历史!');
+           // }
           break;
           break;
         case 'doEndProcess':
         case 'doEndProcess':
             if(this.taskId){
             if(this.taskId){