Skip to content

Commit

Permalink
fix: 批量停止成功后隐藏批量停止弹窗
Browse files Browse the repository at this point in the history
  • Loading branch information
bertcai committed Mar 27, 2024
1 parent c620a00 commit 0ac1055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/apps/streamis/module/jobList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ export default {
return;
}
this.processModalVisable = false;
this.stopDataShow = false;
} catch (error) {
console.log('clickBatchStop err: ', error);
this.isFinish = true
Expand Down

0 comments on commit 0ac1055

Please sign in to comment.