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
31c8bb68
authored
2023-07-25 14:57:04 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
cacb3ac6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbFrameall.vue
View file @
31c8bb6
...
...
@@ -89,12 +89,13 @@
let
{
records
}
=
res
.
result
;
console
.
log
(
"records"
,
records
);
if
(
records
){
console
.
log
(
"false"
);
this
.
$endLoading
();
this
.
treedata
=
[]
}
else
{
console
.
log
(
"false"
);
this
.
loadBdcdylist
(
records
[
0
].
bsmSlsq
,
records
[
0
].
bestepid
);
this
.
$endLoading
();
}
else
{
this
.
$endLoading
();
this
.
treedata
=
[]
}
}
...
...
Please
register
or
sign in
to post a comment