瀏覽代碼

bug 修复

lilei 2 年之前
父節點
當前提交
df686c0b74
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 1
      public/version.json
  2. 3 0
      src/views/numsGoodsShelves/replenishmentManagement/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1668133494789
+  "version": 1668134791445
 }

+ 3 - 0
src/views/numsGoodsShelves/replenishmentManagement/list.vue

@@ -451,6 +451,9 @@ export default {
       })
       this.curBizType = this.$route.query && this.$route.query.bizType || this.curBizType
       this.queryByTypeSum()
+      if (this.curBizType == 'ALL') {
+        this.openSlodOut = true
+      }
     }
   },
   watch: {