bug修复

This commit is contained in:
BianLzhaoMin 2025-04-03 14:58:02 +08:00
parent 3435d267e5
commit 63cdd9ec18
1 changed files with 2 additions and 0 deletions

View File

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