|
@@ -2025,7 +2025,7 @@
|
|
|
return this.selectDictLabel(this.teamOptions, row.team);
|
|
|
},
|
|
|
handleChange() {
|
|
|
- if (this.form.status === '2') {
|
|
|
+ if (this.form.status === '1') {
|
|
|
this.pass1 = ["0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
|
|
this.pass2 = ["0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|
|
|
this.pass3 = ["0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0", "0"];
|