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/dist/index.cjs.js +202 -202
- package/dist/index.es.js +14981 -14983
- package/package.json +1 -1
- package/src/components/field/table/index.jsx +2 -0
package/package.json
CHANGED
@@ -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="取消"
|