Browse Source

修改bug

chenrui 2 years ago
parent
commit
e736beabec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/inventoryManagement/inventoryChecking/selfDisk.vue

+ 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 () {