|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
});
|
|
|
}
|
|
|
if (i == 2) {
|
|
|
- this.$refs.aside.activeVal == 0;
|
|
|
+ this.$refs.aside.activeVal = 0;
|
|
|
this.$refs.aside.clickHandler();
|
|
|
} else {
|
|
|
this.reset();
|
|
|
@@ -308,7 +308,7 @@ export default {
|
|
|
}
|
|
|
this.multiView();
|
|
|
if (i == 2) {
|
|
|
- this.$refs.aside.activeVal == 0;
|
|
|
+ this.$refs.aside.activeVal = 0;
|
|
|
this.$refs.aside.clickHandler();
|
|
|
} else {
|
|
|
this.reset();
|