|
@@ -644,7 +644,7 @@
|
|
|
return this.selectDictLabel(this.teamOptions, row.team);
|
|
|
},
|
|
|
handleChange() {
|
|
|
- if (this.form.status != '0') {
|
|
|
+ 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"];
|