venus-design 1.0.96 → 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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "venus-design",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "venus all compoments",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",