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
5150e2a9
authored
2023-07-24 16:49:53 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
d4782c20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/registerBook/djbFrameall.vue
src/views/registerBook/djbFrameall.vue
View file @
5150e2a
...
...
@@ -78,7 +78,8 @@
ywh
:
""
,
ywly
:
""
}
if
(
this
.
queryForm
)
{
if
(
this
.
getCaption
(
window
.
location
.
href
))
{
this
.
$startLoading
();
searchTaskToDo
({
...
this
.
queryForm
,
...
...
@@ -90,6 +91,8 @@
this
.
$endLoading
();
}
});
}
else
{
this
.
treedata
=
[]
}
},
...
...
Please
register
or
sign in
to post a comment