Merge branch 'master' of http://192.168.0.75:3000/liux/nxdt-web
This commit is contained in:
commit
66a12bd0c5
|
|
@ -239,6 +239,8 @@ export default {
|
|||
this.endAuditingIndex = endIndex
|
||||
if (endIndex > -1) {
|
||||
this.auditRecordList = val.slice(0, endIndex + 1)
|
||||
} else {
|
||||
this.auditRecordList = val
|
||||
}
|
||||
},
|
||||
deep: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue