bug修复
This commit is contained in:
parent
3435d267e5
commit
63cdd9ec18
|
|
@ -239,6 +239,8 @@ export default {
|
||||||
this.endAuditingIndex = endIndex
|
this.endAuditingIndex = endIndex
|
||||||
if (endIndex > -1) {
|
if (endIndex > -1) {
|
||||||
this.auditRecordList = val.slice(0, endIndex + 1)
|
this.auditRecordList = val.slice(0, endIndex + 1)
|
||||||
|
} else {
|
||||||
|
this.auditRecordList = val
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
deep: true,
|
deep: true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue