Browse Source

Merge branch 'develop_szhj07' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_szhj07

lilei 2 năm trước cách đây
mục cha
commit
7c146da2eb

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