lxf 1 year ago
parent
commit
d21b29630f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/finance/fundManage/accountPayment/index.vue

+ 1 - 1
src/views/finance/fundManage/accountPayment/index.vue

@@ -476,7 +476,7 @@ const getDtl = (row) => {
   modalType.value = "edit";
   proxy.post("/accountPayment/detail", { id: row.id }).then((res) => {
     formData.data = res;
-    formData.data.amount = formData.data.incomeAmount;
+    // formData.data.amount = formData.data.incomeAmount;
     dialogVisible.value = true;
   });
 };