用户数据量较大时,功能测试报错 issues/3196

This commit is contained in:
zhangdaiscott 2021-12-06 09:32:13 +08:00
parent 1e2a74a65f
commit a43ccf6f31
1 changed files with 1 additions and 0 deletions

View File

@ -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++) {