Skip to content

Commit 1e2619c

Browse files
committed
fix: fix url define
1 parent 81c3b6f commit 1e2619c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export default {
158158
},
159159
computed: {
160160
srcUrl() {
161-
const url = ''
161+
let url = ''
162162
const found = this.selectDevprocess.find((item) => this.modeOfKey === item.dicValue)
163163
if (found) {
164164
const {projectName, projectId} = this.$route.query

0 commit comments

Comments
 (0)