From a08b33d6d894ad832c8c319b57503f8f2c63d0d3 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Sat, 18 Aug 2018 12:59:07 +0800 Subject: [PATCH] =?UTF-8?q?#=20=E4=BC=98=E5=8C=96=E5=BA=8F=E5=8F=B7?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/admin/components/LogHistoryTable.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)