whx 6 달 전
부모
커밋
fde5cdd473
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      virgo.wzfrontend/console/src/components/flow/flowDetail.vue

+ 1 - 1
virgo.wzfrontend/console/src/components/flow/flowDetail.vue

@@ -89,7 +89,7 @@
 						} else {
 							this.flowUserList = flowUserList;
 						}
-						if (!this.detail.projectFlowId && this.dettail.createdByUserId === this.$store.getters.user
+						if (!this.detail.projectFlowId && this.detail.createdByUserId === this.$store.getters.user
 							.userId) this.activeList = [{
 							id: -1,
 							viewName: '生成流程'