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
c9904671
authored
2023-08-15 09:44:25 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
报错修改
1 parent
60aa808e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/ywbl/ywsq/guidePage.vue
src/views/ywbl/ywsq/guidePage.vue
View file @
c990467
...
...
@@ -212,6 +212,7 @@
*/
getNextNode
(
bsmSqyw
)
{
getNextNode
(
bsmSqyw
).
then
(
res
=>
{
if
(
res
.
result
)
{
if
(
res
.
result
.
djqx
)
{
this
.
djqxList
=
res
.
result
.
djqx
;
this
.
djqxList
.
forEach
(
item
=>
{
...
...
@@ -224,6 +225,7 @@
this
.
$set
(
item
,
'selected'
,
false
);
});
}
}
})
},
...
...
Please
register
or
sign in
to post a comment