From f52801380b9db9e591945dfbd54bdd69b1be5dd0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 四月 2025 17:11:57 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/custom/components/card/cardcellList/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 966bf1b..5d69918 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -109,7 +109,10 @@ $BID: data.$$uuid || '' } - if (card.field) { + if (card.tsField) { + __param.$searchkey = card.tsField + __param.$searchval = data[card.tsField] || '' + } else if (card.field) { __param.$searchkey = card.field __param.$searchval = data[card.field] || '' } -- Gitblit v1.8.0