|
@@ -98,6 +98,7 @@ export default {
|
|
|
this.$emit("del", this.info);
|
|
this.$emit("del", this.info);
|
|
|
},
|
|
},
|
|
|
async changePriceEvent(event) {
|
|
async changePriceEvent(event) {
|
|
|
|
|
+ this.isFocus = false;
|
|
|
let self = this
|
|
let self = this
|
|
|
await changePriceByIdApi({
|
|
await changePriceByIdApi({
|
|
|
productId: this.info.id,
|
|
productId: this.info.id,
|