Browse Source

性能验证修复提交闪现审批历史

zhonghuizhen 6 months ago
parent
commit
8013a0f9d5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/business/performance/experimental.vue

+ 2 - 1
src/views/business/performance/experimental.vue

@@ -169,7 +169,7 @@
     <approval-history-dialog
       :visible="approvalHistoryVisible"
       :inst-id="instid"
-      @close="(visible) => (approvalHistoryVisible = visible)"
+      @close="() => (approvalHistoryVisible = false)"
     />
 
   </el-dialog>
@@ -460,6 +460,7 @@ export default {
             this.handleStartFlow(this.form);
           }
           break;*/
+          break;
         case 'approvalHistory':
           this.handleapprovalHistory(this.params.taskId, this.form);
           break;