Invoice and bill page item calculate changes..
This commit is contained in:
@ -135,10 +135,10 @@ export default {
|
||||
//this.$emit('interface', this.model);
|
||||
},
|
||||
input(event) {
|
||||
console.log(event);
|
||||
this.model = event;
|
||||
this.$emit('change', event);
|
||||
this.$emit('interface', event);
|
||||
|
||||
this.$emit('change', this.model);
|
||||
this.$emit('interface', this.model);
|
||||
}
|
||||
},
|
||||
|
||||
@ -157,8 +157,8 @@ export default {
|
||||
this.model = value;
|
||||
},
|
||||
model: function (model) {
|
||||
this.$emit('change', this.model);
|
||||
this.$emit('interface', this.model);
|
||||
//this.$emit('change', this.model);
|
||||
//this.$emit('interface', this.model);
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user