This commit is contained in:
‘937886381’
2025-12-30 09:04:48 +08:00
vanhempi 80deffbb42
commit 7b3873f9ea
232 muutettua tiedostoa jossa 13127 lisäystä ja 17011 poistoa

Näytä tiedosto

@@ -187,7 +187,7 @@ export default {
this.beilv = _this.clientWidth / 1920;
})();
};
this.factory = this.$route.query.factory ? this.$route.query.factory : this.factory
this.factory = this.$route.query.factory ? Number(this.$route.query.factory) : this.factory
},
methods: {
handleChange(value) {