From 5515a793e08f2c9f0c8116960d3043f5bd32ccad Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 六月 2021 11:07:02 +0800
Subject: [PATCH] 2021-06-15

---
 src/tabviews/zshare/mutilform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx
index 80d4c3a..77a19e4 100644
--- a/src/tabviews/zshare/mutilform/index.jsx
+++ b/src/tabviews/zshare/mutilform/index.jsx
@@ -380,7 +380,7 @@
               _cell.Text = cell[item.valueText]
               if ((!_cell.Value && _cell.Value !== 0) || (!_cell.Text && _cell.Text !== 0)) return
             } else {
-              _cell.$value = cell[item.valueField]
+              _cell.$value = cell[item.cardValField]
               _cell = {..._cell, ...cell}
               if (!_cell.$value && _cell.$value !== 0) return
             }

--
Gitblit v1.8.0