bug
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user