|
@@ -996,12 +996,12 @@
|
996
|
996
|
}
|
997
|
997
|
|
998
|
998
|
this.records[recordIndex].monitor_records2 = []
|
999
|
|
- if (this.records[recordIndex].monitor_records.length > 12) {
|
|
999
|
+ if (this.records[recordIndex].monitor_records.length > 13) {
|
1000
|
1000
|
const tempMonitors = []
|
1001
|
1001
|
const tempMonitors2 = []
|
1002
|
1002
|
|
1003
|
1003
|
for (let index = 0; index < this.records[recordIndex].monitor_records.length; index++) {
|
1004
|
|
- if (index < 12) {
|
|
1004
|
+ if (index < 13) {
|
1005
|
1005
|
tempMonitors.push(this.records[recordIndex].monitor_records[index])
|
1006
|
1006
|
} else {
|
1007
|
1007
|
tempMonitors2.push(this.records[recordIndex].monitor_records[index])
|