This commit is contained in:
2019-02-28 18:56:06 +00:00
parent ab083d3890
commit a031fb40d7
3 changed files with 3 additions and 21 deletions

View File

@@ -151,13 +151,13 @@ export default {
},
submit() {
//alert("VALIDATING>>>");
debugger;
// debugger;
console.log(obj.dollarAmount2);
alert(obj.dollarAmount2);
this.$validator.validateAll();
},
clear() {
debugger;
//debugger;
console.log(this.data().obj.dollarAmount);
alert(data().obj.dollarAmount);
},