Explorar o código

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

wucl hai 5 meses
pai
achega
f7b94464b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);