This commit is contained in:
haozq 2025-04-03 14:59:33 +08:00
commit 66a12bd0c5
1 changed files with 2 additions and 0 deletions

View File

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