|
@@ -324,6 +324,10 @@ export default {
|
|
|
this.queryParam.productTypeSn3 = undefined
|
|
|
this.queryParam.warehouseLocationSn = undefined
|
|
|
this.productType = []
|
|
|
+ this.pageNo = 1
|
|
|
+ this.pageSize = 10
|
|
|
+ this.paginationProps.total = 0
|
|
|
+ this.paginationProps.current = 1
|
|
|
this.getProductList(1)
|
|
|
},
|
|
|
// 双击快速添加
|
|
@@ -340,6 +344,10 @@ export default {
|
|
|
chooseResetSearchForm () {
|
|
|
this.chooseQueryParam.productCode = ''
|
|
|
this.chooseQueryParam.productName = ''
|
|
|
+ this.choosePageNo = 1
|
|
|
+ this.choosePageSize = 10
|
|
|
+ this.choosePaginationProps.total = 0
|
|
|
+ this.choosePaginationProps.current = 1
|
|
|
this.getChooseProductList(1)
|
|
|
},
|
|
|
// 基本信息
|