Update complex-table.vue

This commit is contained in:
Valar103769 2019-12-18 11:16:12 +08:00 committed by GitHub
parent 262c0ba08e
commit 02b3c4e501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)