This commit is contained in:
yanran200730
2022-01-25 19:42:57 +08:00
parent 664c0e7751
commit d982651545

View File

@@ -390,6 +390,7 @@
this.isLoading = false
if (!userList.length) {
this.autoScale()
return false
}
@@ -400,7 +401,6 @@
userList: userList || []
}, node)
this.$nextTick(() => {
console.log('---------')
this.autoScale()
})
}