|
@@ -407,8 +407,6 @@
|
|
|
_this.resetSearchForm(true)
|
|
|
_this.$message.success(res.message)
|
|
|
}
|
|
|
- _this.$refs.table.refresh(true)
|
|
|
- _this.$refs.table.clearSelected()
|
|
|
_this.spinning = false
|
|
|
})
|
|
|
},
|
|
@@ -464,6 +462,7 @@
|
|
|
this.queryParam.productTypeSn2 = ''
|
|
|
this.queryParam.productTypeSn3 = ''
|
|
|
this.productType = []
|
|
|
+ this.$refs.table.clearSelected()
|
|
|
this.$refs.table.refresh(!!flag)
|
|
|
},
|
|
|
// 删除产品
|