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