Browse Source

fix(库存台账): 修正仓库类型对应的维度值错误

liujt 7 months ago
parent
commit
0e889c9422

+ 1 - 1
src/views/warehouseManagement/stockLedger/components/item-search.vue

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