Fix issue 5340

pull/5586/head
Harlan 2017-06-20 17:27:08 +08:00 committed by 杨奕
parent 005415143c
commit 8be103aef1
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export default {
if (!this.store.states.isComplex) return;
const el = this.$el;
if (!el) return;
const rows = el.querySelectorAll('tbody > tr');
const rows = el.querySelectorAll('tbody > tr.el-table__row');
const oldRow = rows[oldVal];
const newRow = rows[newVal];
if (oldRow) {