This commit is contained in:
yanran200730
2023-05-05 17:53:32 +08:00
parent 80d487a726
commit 3e7ac24bd5

View File

@@ -218,7 +218,7 @@
</div> </div>
<ai-table <ai-table
style="margin-top: 10px; width: 548px;" style="margin-top: 10px; width: 548px;"
height="420px" height="416px"
:tableData="tableData3" :tableData="tableData3"
:col-configs="colConfigs3" :col-configs="colConfigs3"
:isShowPagination="false" :isShowPagination="false"
@@ -907,7 +907,9 @@
} }
}).then(res => { }).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.reportHandleList = res.data this.reportHandleList = [
...res.data
]
} }
}) })