|
@@ -200,7 +200,7 @@ export default {
|
|
|
productTypeSn1: '', // 产品一级分类
|
|
|
productTypeSn2: '', // 产品二级分类
|
|
|
productTypeSn3: '', // 产品三级分类
|
|
|
- stockQty: ''
|
|
|
+ stockQty: undefined
|
|
|
},
|
|
|
advanced: false, // 高级搜索 展开/关闭
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
productTypeSn1: '', // 产品一级分类
|
|
|
productTypeSn2: '', // 产品二级分类
|
|
|
productTypeSn3: '', // 产品三级分类
|
|
|
- stockQty: ''
|
|
|
+ stockQty: undefined
|
|
|
}
|
|
|
this.productType = []
|
|
|
this.showTable = false
|