浏览代码

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

wucl 5 月之前
父节点
当前提交
f7b94464b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);