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

@@ -15,6 +15,7 @@
<asset-table
ref="dataTable"
:api="url"
v-loading="tools.loading"
:custom-table-title="tools.customTableTitle"
:height="mainTableHeight"
:table-data="tableData"