venus-design 1.0.95 → 1.0.97

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.
@@ -66,6 +66,7 @@ var VenusWorkDetail = /*#__PURE__*/forwardRef(function (props, ref) {
66
66
  var winHeight = document.documentElement.clientHeight - 230;
67
67
  //查询数据
68
68
  useEffect(function () {
69
+ if (isNotNullVenus(props.componentUrl)) return;
69
70
  if (props.actionId != undefined) {
70
71
  if (props.actionId == "adjust") {
71
72
  getAdjustData();
@@ -260,7 +261,7 @@ var VenusWorkDetail = /*#__PURE__*/forwardRef(function (props, ref) {
260
261
  style: _objectSpread({
261
262
  height: props.height || "60%"
262
263
  }, props.style)
263
- }, isNotNullVenus(props.componentUrl) && props.actionId != "adjust" ?
264
+ }, isNotNullVenus(props.componentUrl) ?
264
265
  /*#__PURE__*/
265
266
  //@ts-ignore
266
267
  React.createElement(LoadableStep, _extends({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.95",
3
+ "version": "1.0.97",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",