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
a429717d
authored
2023-07-25 15:09:27 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
46bb4a04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbFrameall.vue
View file @
a429717
...
...
@@ -87,15 +87,18 @@
if
(
res
.
code
===
200
)
{
let
{
records
}
=
res
.
result
;
console
.
log
(
"records"
,
records
);
if
(
records
){
this
.
$endLoading
();
this
.
treedata
=
[]
}
else
{
console
.
log
(
"false"
);
if
(
records
)
{
console
.
log
(
"true"
,
records
);
this
.
loadBdcdylist
(
records
[
0
].
bsmSlsq
,
records
[
0
].
bestepid
);
this
.
$endLoading
();
}
else
{
console
.
log
(
"false"
);
this
.
treedata
=
[]
this
.
$endLoading
();
}
}
...
...
Please
register
or
sign in
to post a comment