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 cb19997 commit 6f2d534Copy full SHA for 6f2d534
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