@@ -285,7 +285,7 @@
if (res.status == 200) {
_this.$message.success(res.message)
_this.spinning = false
- _this.$emit('refashTable')
+ _this.$emit('refashTable', true)
} else {
record.qty = record.qtyBackups
@@ -160,9 +160,11 @@ export default {
this.isInster = false
})
},
- refashTable(){
+ refashTable(flag){
this.getTotalData()
- // this.$refs.partQuery.resetSearchForm()
+ if(flag){
+ this.$refs.partQuery.resetSearchForm()
+ }
// 销售单详情
getOrderDetail () {