We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553d34c commit 82eac6bCopy full SHA for 82eac6b
web/src/apps/workflows/view/workflow/index.vue
@@ -158,7 +158,7 @@ export default {
158
},
159
computed: {
160
srcUrl() {
161
- const url = ''
+ let url = ''
162
const found = this.selectDevprocess.find((item) => this.modeOfKey === item.dicValue)
163
if (found) {
164
const {projectName, projectId} = this.$route.query
0 commit comments