|
@@ -1188,7 +1188,7 @@ export default {
|
|
|
},
|
|
|
target: {
|
|
|
handler(newVal, oldVal) {
|
|
|
- this.getPersonal();
|
|
|
+ //this.getPersonal();
|
|
|
if (newVal.acreage != null && newVal.price != null && newVal.price !=null && newVal.price != 0) {
|
|
|
let acrege = Decimal(newVal.acreage);
|
|
|
let price = Decimal(newVal.price);
|