Browse Source

个贷填写评估价格项目名称会变bug

wucl 5 tháng trước cách đây
mục cha
commit
f7b94464b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/personal/todoDetail.vue

+ 1 - 1
src/views/personal/todoDetail.vue

@@ -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);