linkmore-design 1.1.42 → 1.1.43
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.
package/dist/index.umd.js
CHANGED
|
@@ -235424,7 +235424,7 @@
|
|
|
235424
235424
|
// 使用默认值初始化
|
|
235425
235425
|
onChangeRecord(dfs, col.dataIndex, col === null || col === void 0 ? void 0 : col.defaultExpression, false);
|
|
235426
235426
|
}
|
|
235427
|
-
if (record && record._group && isShowSelect && (col === null || col === void 0 ? void 0 : col.dataIndex)) {
|
|
235427
|
+
if (record && record.hasOwnProperty('_group') && isShowSelect && (col === null || col === void 0 ? void 0 : col.dataIndex)) {
|
|
235428
235428
|
var select = Object.assign({
|
|
235429
235429
|
placeholder: '不计算',
|
|
235430
235430
|
allowClear: false,
|