fix:修改表格loading bug

This commit is contained in:
zhangyu
2021-05-19 11:32:41 +08:00
parent fd77ced048
commit 8f530c6c0f
11 changed files with 10 additions and 14 deletions

View File

@@ -106,6 +106,7 @@ export default {
pageNo: this.pageObj.pageNo,
pageSize: this.pageObj.pageSize
}
this.tools.loading = true
this.$get(this.url, params).then(response => {
this.tools.loading = false
if (response.code === 200) {