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
dafd2826
authored
2023-06-21 15:36:23 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
29771447
a38313b6
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 @
dafd282
...
...
@@ -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