@zat-design/sisyphus-react 4.6.3-beta.1 → 4.6.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -249,6 +249,8 @@ const TabsFields = (props) => {
|
|
|
249
249
|
return {
|
|
250
250
|
key: fieldKey,
|
|
251
251
|
closable: false,
|
|
252
|
+
// 提前注册未访问页签的字段,确保全量提交能定位隐藏卡片错误。
|
|
253
|
+
forceRender: true,
|
|
252
254
|
label: /* @__PURE__ */ jsx(SortableTabLabel, { fieldKey, draggable, disabled: disabled || isView, children: /* @__PURE__ */ jsx(
|
|
253
255
|
Badge,
|
|
254
256
|
{
|