Browse Source

修改bug

chenrui 2 năm trước cách đây
mục cha
commit
e736beabec

+ 1 - 1
src/views/inventoryManagement/inventoryChecking/selfDisk.vue

@@ -584,7 +584,7 @@ export default {
     },
     // 只查看有库存
     onlySeeStock (e) {
-      this.queryParam.existStockFlag = e.target.checked ? 1 : 0
+      this.queryParam.existStockFlag = e.target.checked ? 1 : null
     }
   },
   mounted () {