From 9b2947cf9b8b594906f127cb205105c7b92a82f1 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Thu, 26 Feb 2026 13:22:05 +0800 Subject: [PATCH] 日报列表使用sslaveId --- src/mes/common/commonModelComponent/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index d90cdfc..892aed5 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -2312,7 +2312,8 @@ const CommonTableComponent = props => { // }, onTableBtnClick, tableProps: { - onChange: () => { } + onChange: () => { }, + rowKey: baseProps?.config?.sId === "17091154460006421964039036672000" ? 'sSlaveId' : 'sId' // AutoTableHeight: 200 }, onViewClick: (tableName, sFieldName, record, index, config) => { -- libgit2 0.22.2