From 76350343afce04acc849c4a51171641469fb36db Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 23 十月 2023 17:59:39 +0800
Subject: [PATCH] 客户管理,跟进记录,线索,发票,合同管理,总单,报价单,退款单,明细单,机会,退货单,子单,客户服务单,服务合同,服务回访单

---
 src/views/sales/refundForm/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/sales/refundForm/index.vue b/src/views/sales/refundForm/index.vue
index 51638cf..c4f7515 100644
--- a/src/views/sales/refundForm/index.vue
+++ b/src/views/sales/refundForm/index.vue
@@ -185,7 +185,7 @@
       let params = {}
       if (this.addConfig.id) {
         params = {
-          sourceID: this.addConfig.id,
+          sourceId: this.addConfig.id,
           page: this.pagerOptions.currPage,
           pageSize: this.pagerOptions.pageSize
         }
@@ -237,7 +237,7 @@
     addBtnClick() {
       this.editConfig.visible = true
       this.editConfig.title = "鏂板缓"
-      this.editConfig.infomation = { currency: "浜烘皯甯�" }
+      this.editConfig.infomation = { currency: "浜烘皯甯�", ...this.addConfig }
     },
     // 缂栬緫
     handleClick(row) {

--
Gitblit v1.8.0