|
|
@@ -364,7 +364,6 @@
|
|
|
// this.getSelectHrSensors();
|
|
|
this.ClassType = this.$route.query.ClassType;
|
|
|
this.PkNum = this.$route.query.PkNum;
|
|
|
-
|
|
|
this.FinishClass = this.$route.query.FinishClass;
|
|
|
this.title = this.$route.query.ClassName + ' ' + this.$route.query.BeginStr + '-' + this.$route.query.EndStr;
|
|
|
},
|
|
|
@@ -976,13 +975,14 @@
|
|
|
},
|
|
|
PkNum(to) {
|
|
|
let that = this;
|
|
|
+ console.log(to);
|
|
|
if (to == 2) {
|
|
|
- that.groupList = [
|
|
|
+ that.panel.groupList = [
|
|
|
{label: '红队', value: 1},
|
|
|
{label: '蓝队', value: 2},
|
|
|
]
|
|
|
} else {
|
|
|
- that.groupList = [
|
|
|
+ that.panel.groupList = [
|
|
|
{label: '红队', value: 1},
|
|
|
{label: '蓝队', value: 2},
|
|
|
{label: '黄队', value: 3}
|