@@ -188,6 +188,8 @@ export default {
this.localPagination = false
}
this.localDataSource = r.data // 返回结果中的数组数据
+ })
+ .finally(() => {
this.localLoading = false
})