@@ -227,7 +227,7 @@ export default {
computed: {
// 是否有筛选条件,至少一个
hasVaild () {
- return this.queryParam.code || this.queryParam.name || this.queryParam.productBrandSn || this.queryParam.productTypeSn1 ||this.queryParam.stockQty
+ return this.queryParam.code || this.queryParam.name || this.queryParam.productBrandSn || this.queryParam.productTypeSn1 || this.queryParam.stockQty || this.queryParam.stockQty == 0
},
// 动态计算表格宽度
tableWidth () {