Explorar el Código

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

wucl hace 5 meses
padre
commit
f7b94464b6
Se han modificado 1 ficheros con 1 adiciones y 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);