Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
a43ccf6f
Commit
a43ccf6f
authored
Dec 06, 2021
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户数据量较大时,功能测试报错 issues/3196
parent
1e2a74a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
ant-design-vue-jeecg/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
+1
-0
No files found.
ant-design-vue-jeecg/src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
View file @
a43ccf6f
...
@@ -299,6 +299,7 @@
...
@@ -299,6 +299,7 @@
queryDepartTree
()
{
queryDepartTree
()
{
//update-begin-author:taoyan date:20211202 for: 异步加载部门树 https://github.com/jeecgboot/jeecg-boot/issues/3196
//update-begin-author:taoyan date:20211202 for: 异步加载部门树 https://github.com/jeecgboot/jeecg-boot/issues/3196
this
.
expandedKeys
=
[]
this
.
expandedKeys
=
[]
this
.
departTree
=
[]
queryDepartTreeSync
().
then
((
res
)
=>
{
queryDepartTreeSync
().
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
for
(
let
i
=
0
;
i
<
res
.
result
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
res
.
result
.
length
;
i
++
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment