Browse Source

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

zhonghuizhen 6 tháng trước cách đây
mục cha
commit
98422deb6d
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/business/performance/experimentalView.vue

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

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