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