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

@@ -9,6 +9,7 @@
:targetTab="targetTab"
@changeTab="changeTab"
class="full-width-height"
v-loading="tools.loading"
>
<template v-slot:title><span :title="obj.name">{{obj.name}}</span></template>
<template v-slot:top-tool-right>
@@ -19,7 +20,6 @@
<template v-slot>
<alertMessageTable
ref="dataTable"
v-loading="tools.loading"
:api="url"
:custom-table-title="tools.customTableTitle"
:height="mainTableHeight"