@utogether/utils 3.0.0-beta.49 → 3.0.0-beta.50
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/utils.es.js +2 -2
- package/dist/utils.umd.js +1 -1
- package/package.json +1 -1
package/dist/utils.es.js
CHANGED
|
@@ -861,7 +861,7 @@ const VxetableRender = (VXETable, {
|
|
|
861
861
|
events: e
|
|
862
862
|
} = l;
|
|
863
863
|
function i(Z, c) {
|
|
864
|
-
|
|
864
|
+
e != null && e.remove && (e == null || e.remove(Z, c));
|
|
865
865
|
}
|
|
866
866
|
return [createVNode(resolveComponent("form-upload"), mergeProps({
|
|
867
867
|
record: o,
|
|
@@ -918,7 +918,7 @@ const VxetableRender = (VXETable, {
|
|
|
918
918
|
events: e
|
|
919
919
|
} = l;
|
|
920
920
|
function i(Z, c) {
|
|
921
|
-
|
|
921
|
+
e != null && e.remove && (e == null || e.remove(Z, c));
|
|
922
922
|
}
|
|
923
923
|
return [createVNode(resolveComponent("form-upload"), mergeProps({
|
|
924
924
|
record: o,
|