kts-component-invoice-operate 3.2.91 → 3.2.92
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.esm.js
CHANGED
|
@@ -22871,11 +22871,9 @@ var DrawerBody$3 = function DrawerBody(props) {
|
|
|
22871
22871
|
while (1) {
|
|
22872
22872
|
switch (_context13.prev = _context13.next) {
|
|
22873
22873
|
case 0:
|
|
22874
|
-
_context13.next = 2;
|
|
22875
|
-
return onLoad();
|
|
22876
|
-
|
|
22877
|
-
case 2:
|
|
22878
22874
|
setOpen(true);
|
|
22875
|
+
_context13.next = 3;
|
|
22876
|
+
return onLoad();
|
|
22879
22877
|
|
|
22880
22878
|
case 3:
|
|
22881
22879
|
case "end":
|
package/dist/index.js
CHANGED
|
@@ -22881,11 +22881,9 @@ var DrawerBody$3 = function DrawerBody(props) {
|
|
|
22881
22881
|
while (1) {
|
|
22882
22882
|
switch (_context13.prev = _context13.next) {
|
|
22883
22883
|
case 0:
|
|
22884
|
-
_context13.next = 2;
|
|
22885
|
-
return onLoad();
|
|
22886
|
-
|
|
22887
|
-
case 2:
|
|
22888
22884
|
setOpen(true);
|
|
22885
|
+
_context13.next = 3;
|
|
22886
|
+
return onLoad();
|
|
22889
22887
|
|
|
22890
22888
|
case 3:
|
|
22891
22889
|
case "end":
|
package/package.json
CHANGED
|
@@ -337,8 +337,8 @@ const DrawerBody = (props: { defaultValue: IGood }) => {
|
|
|
337
337
|
}, []);
|
|
338
338
|
|
|
339
339
|
const onClick = React.useCallback(async () => {
|
|
340
|
-
await onLoad();
|
|
341
340
|
setOpen(true);
|
|
341
|
+
await onLoad();
|
|
342
342
|
}, []);
|
|
343
343
|
|
|
344
344
|
const onSelect = React.useCallback((key: any, info: any) => {
|