|
@@ -228,12 +228,13 @@ export default {
|
|
|
this.queryParam.productTypeSn2 = ''
|
|
|
this.queryParam.productTypeSn3 = ''
|
|
|
this.queryParam.productType = []
|
|
|
- this.supplierSn = undefined
|
|
|
+ // this.supplierSn = undefined //供应商sn
|
|
|
},
|
|
|
// 重置
|
|
|
resetSearchForm () {
|
|
|
this.resetData()
|
|
|
- this.$refs.table.clearTable()
|
|
|
+ // this.$refs.table.clearTable()
|
|
|
+ this.$refs.table.refresh(true)
|
|
|
},
|
|
|
// 保存
|
|
|
handleSave () {
|