@@ -274,7 +274,7 @@
watch: {
type(val) {
if (val === 'warehouse') {
- this.dimension = '3';
+ this.dimension = '2';
} else {
this.dimension = '2';
}