@zat-design/sisyphus-react 3.6.0-beta.3 → 3.6.0-beta.4
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.
|
@@ -709,7 +709,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
|
|
|
709
709
|
} : queryBean;
|
|
710
710
|
var nextParams = transformParams ? transformParams(params) : params;
|
|
711
711
|
run(nextParams);
|
|
712
|
-
},
|
|
712
|
+
}, 1000),
|
|
713
713
|
style: {
|
|
714
714
|
width: isView || disabled ? '100%' : 'calc(100% - 30px)'
|
|
715
715
|
}
|
|
@@ -706,7 +706,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
|
|
|
706
706
|
} : queryBean;
|
|
707
707
|
var nextParams = transformParams ? transformParams(params) : params;
|
|
708
708
|
run(nextParams);
|
|
709
|
-
},
|
|
709
|
+
}, 1000),
|
|
710
710
|
style: {
|
|
711
711
|
width: isView || disabled ? '100%' : 'calc(100% - 30px)'
|
|
712
712
|
}
|