瀏覽代碼

性能验证修复6572

zhonghuizhen 6 月之前
父節點
當前提交
751c1cb3ea
共有 1 個文件被更改,包括 5 次插入6 次删除
  1. 5 6
      src/views/business/performance/experimentalView.vue

+ 5 - 6
src/views/business/performance/experimentalView.vue

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