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