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