Skip to content

Commit 6a4a58d

Browse files
author
张晨曦
committed
修改streamis树的判定规则
1 parent 659d2ec commit 6a4a58d

File tree

1 file changed

+0
-1
lines changed
  • web/src/apps/workflows/view/workflow

1 file changed

+0
-1
lines changed

web/src/apps/workflows/view/workflow/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ export default {
510510
.filter((n) => {
511511
return (
512512
n.devProcessList &&
513-
n.devProcessList.includes("streamis_prod") &&
514513
n.releaseUsers &&
515514
n.releaseUsers.indexOf(this.getUserName()) !== -1
516515
);

0 commit comments

Comments
 (0)