From 02b3c4e5018b91e0e1ec628de62f88cd5250a2dc Mon Sep 17 00:00:00 2001 From: Valar103769 <36926073+Valar103769@users.noreply.github.com> Date: Wed, 18 Dec 2019 11:16:12 +0800 Subject: [PATCH] Update complex-table.vue --- src/views/table/complex-table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/table/complex-table.vue b/src/views/table/complex-table.vue index d35bf184..6a81112a 100644 --- a/src/views/table/complex-table.vue +++ b/src/views/table/complex-table.vue @@ -319,7 +319,7 @@ export default { const tempData = Object.assign({}, this.temp) tempData.timestamp = +new Date(tempData.timestamp) // change Thu Nov 30 2017 16:41:05 GMT+0800 (CST) to 1512031311464 updateArticle(tempData).then(() => { - for (const v of this.list) { + for (const v of this.list) { // 这个for循环没有意义啊,直接 const index = this.list.indexOf(v) this.list.splice(index, 1, this.temp) if (v.id === this.temp.id) { const index = this.list.indexOf(v) this.list.splice(index, 1, this.temp)