|
@@ -281,7 +281,7 @@ export default {
|
|
|
id: record.id,
|
|
|
qty: record.qty
|
|
|
}).then(res => {
|
|
|
- this.resetSearchForm(true)
|
|
|
+ this.resetSearchForm(false)
|
|
|
if (res.status == 200) {
|
|
|
this.$message.info(res.message)
|
|
|
}
|
|
@@ -299,7 +299,7 @@ export default {
|
|
|
productSn: record.productSn,
|
|
|
price: record.price
|
|
|
}).then(res => {
|
|
|
- this.resetSearchForm(true)
|
|
|
+ this.resetSearchForm(false)
|
|
|
if (res.status == 200) {
|
|
|
this.$message.info(res.message)
|
|
|
this.spinning = false
|
|
@@ -419,7 +419,7 @@ export default {
|
|
|
_this.spinning = true
|
|
|
salesDetailDel({ id: row.id }).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
- _this.resetSearchForm(true)
|
|
|
+ _this.resetSearchForm(false)
|
|
|
}
|
|
|
_this.$message.info(res.message)
|
|
|
_this.delLoading = false
|