fix: 修复projects 左侧图,弹框Box报错

This commit is contained in:
@changcode
2022-03-23 17:47:27 +08:00
parent be54a0d868
commit 34a6a92031
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
<alert-message-table
ref="dataTable"
:api="url"
:orderByFa="orderBy"
:custom-table-title="tableTitle"
:height="mainTableHeight"
:now-time="nowTime"

View File

@@ -15,6 +15,7 @@
<template v-slot:default="slotProps">
<asset-table
ref="dataTable"
:orderByFa="orderBy"
v-loading="tools.loading"
:loading="tools.loading"
:api="url"

View File

@@ -16,6 +16,7 @@
<endpoint-table
style="height: calc(100% - 200px)"
ref="dataTable"
:orderByFa="orderBy"
v-loading="tools.loading"
:loading="tools.loading"
:api="url"