diff --git a/src/views/dashboard/admin/components/LogHistoryTable.vue b/src/views/dashboard/admin/components/LogHistoryTable.vue index 7e10688..839474f 100644 --- a/src/views/dashboard/admin/components/LogHistoryTable.vue +++ b/src/views/dashboard/admin/components/LogHistoryTable.vue @@ -5,7 +5,7 @@ :data="historyList" style="width: 100%"> @@ -38,7 +38,6 @@ export default { fetchLogStatisticHistory().then(response => { this.historyList = response.data.results this.historyList.forEach((item, index) => { - item.oid = index + 1 }) this.listLoading = false this.$emit('history', this.historyList)