From 8cec010d47fa9cb9c7684f4c84dd31cfe20e7527 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 四月 2025 16:41:43 +0800 Subject: [PATCH] 2025-04-18 --- 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 c37be32..49368fc 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