lu-lowcode-package-form 0.11.32 → 0.11.33

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lu-lowcode-package-form",
3
- "version": "0.11.32",
3
+ "version": "0.11.33",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^4.8.1",
6
6
  "@dnd-kit/core": "^6.1.0",
@@ -223,6 +223,8 @@ const Table = ({ children, onTableAddRow, disabled, readonly, onTableRemoveRow,
223
223
  onConfirm={() => {
224
224
  remove(index)
225
225
  typeof onTableRemoveRow === "function" && onTableRemoveRow(childrenIds);
226
+ console.log("removeLastFieldsValues", typeof removeLastFieldsValues)
227
+ typeof removeLastFieldsValues === "function" && removeLastFieldsValues(`${name},${index}`,true)
226
228
  }}
227
229
  okText="确定"
228
230
  cancelText="取消"