This commit is contained in:
2019-02-26 20:26:22 +00:00
parent f6f4edf562
commit 1407581e21
2 changed files with 15 additions and 2 deletions

View File

@@ -179,8 +179,9 @@ export default {
alert(data().obj.dollarAmount);
},
test() {
//debugger;
console.log(this.obj.dollarAmount);
// debugger;
console.log(this.lc.decimalParse(this.obj.dollarAmount));
}
}
};