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
e4e913ac
authored
2022-09-20 11:07:55 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
扩展信息
1 parent
4abec01a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/ywbl/fqsq/fqsq.vue
src/views/ywbl/fqsq/fqsq.vue
View file @
e4e913a
...
...
@@ -120,7 +120,7 @@ export default {
},
mounted
()
{
if
(
this
.
$route
.
query
.
bsmSlsq
)
{
this
.
expandInfo
(
this
.
$route
.
query
.
bestepid
);
this
.
expandInfo
(
this
.
$route
.
query
.
b
smSlsq
,
this
.
$route
.
query
.
b
estepid
);
this
.
list
(
this
.
$route
.
query
.
bsmSlsq
)
this
.
queryForm
.
bsmSlsq
=
this
.
$route
.
query
.
bsmSlsq
this
.
queryForm
.
bestepid
=
this
.
$route
.
query
.
bestepid
...
...
@@ -145,9 +145,10 @@ export default {
})
},
//获取环节扩展信息
expandInfo
(
bestepid
)
{
expandInfo
(
b
smSlsq
,
b
estepid
)
{
let
that
=
this
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
bestepid
);
stepExpandInfo
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
...
...
Please
register
or
sign in
to post a comment