Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8b0fb295
authored
2023-06-21 15:01:34 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
6c3edbdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/workFrame.vue
View file @
8b0fb29
...
...
@@ -141,7 +141,7 @@ export default {
getStepFormInfo
(
this
.
oneSelectProps
).
then
((
res
)
=>
{
this
.
tabList
=
res
.
result
this
.
$nextTick
(
function
()
{
this
.
tabName
=
this
.
tabList
[
0
].
url
;
this
.
tabName
=
this
.
tabList
[
0
].
value
;
console
.
log
(
"this.tabName"
,
this
.
tabName
);
});
})
...
...
Please
register
or
sign in
to post a comment