|
@@ -1036,7 +1036,9 @@ export default {
|
|
|
methods: {
|
|
|
changeCurrentBench(benchId) {
|
|
|
this.isDetailVisible = false;
|
|
|
- this.$store.dispatch("common/toggle3dStatus");
|
|
|
+ if (this.isOpen3d) {
|
|
|
+ this.$store.dispatch("common/toggle3dStatus");
|
|
|
+ }
|
|
|
this.selectBench(benchId);
|
|
|
},
|
|
|
myInterval(callback, interval) {
|