用户数据量较大时,功能测试报错 issues/3196
This commit is contained in:
parent
1e2a74a65f
commit
a43ccf6f31
|
@ -299,6 +299,7 @@
|
|||
queryDepartTree() {
|
||||
//update-begin-author:taoyan date:20211202 for: 异步加载部门树 https://github.com/jeecgboot/jeecg-boot/issues/3196
|
||||
this.expandedKeys = []
|
||||
this.departTree = []
|
||||
queryDepartTreeSync().then((res) => {
|
||||
if (res.success) {
|
||||
for (let i = 0; i < res.result.length; i++) {
|
||||
|
|
Loading…
Reference in New Issue