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
6f6d13cd
authored
2022-09-19 15:33:28 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
发起申请
1 parent
4021e7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
6 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
6f6d13c
...
...
@@ -211,8 +211,21 @@ export default {
}
})
},
activeClick
(
tab
,
event
)
{
if
(
tab
.
name
==
'1'
)
{
//获取环节扩展信息
expandInfo
(
bestepid
){
let
that
=
this
var
formdata
=
new
FormData
();
formdata
.
append
(
"bestepid"
,
bestepid
);
stepExpandInfo
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
tabList1
=
[...
res
.
result
.
form
]
this
.
tabList
=
res
.
result
.
form
;
this
.
headerleftList
=
res
.
result
.
button
}
})
},
activeClick
(
tab
,
event
){
if
(
tab
.
name
==
'slxx'
){
this
.
list
(
this
.
id
)
}
},
...
...
@@ -224,11 +237,11 @@ export default {
this
.
$refs
.
slxx
[
0
].
list
(
item
.
bsmSldy
)
})
},
operation
(
index
,
item
)
{
if
(
item
.
icon
==
'fqsq3'
)
{
this
.
zsylFlag
=
true
operation
(
index
,
item
)
{
if
(
item
.
value
==
'zsyl'
)
{
this
.
zsylFlag
=
true
}
else
if
(
item
.
icon
==
'fqsq5'
)
{
}
else
if
(
item
.
value
==
'clfp'
)
{
this
.
key
++
this
.
issplitScreen
=
!
this
.
issplitScreen
this
.
flag
=
!
this
.
flag
...
...
Please
register
or
sign in
to post a comment