@zgfe/business-lib 1.1.3-user.2 → 1.1.3-user.3

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.
@@ -40,6 +40,8 @@ var Text = function Text(props) {
40
40
  userTagsData = _useContext3.userTagsData;
41
41
 
42
42
  function render() {
43
+ console.log('render:', condition);
44
+
43
45
  if (condition.labels) {
44
46
  return renderTags(condition);
45
47
  }
@@ -50,6 +50,8 @@ var OrConditions = function OrConditions(props) {
50
50
  setShowList = _useState2[1];
51
51
 
52
52
  useEffect(function () {
53
+ console.log('orConditions:', orConditions);
54
+
53
55
  if (orConditions) {
54
56
  initShowList();
55
57
  }
@@ -64,6 +66,7 @@ var OrConditions = function OrConditions(props) {
64
66
  };
65
67
  showList.push(item);
66
68
  });
69
+ console.log('showList:', showList);
67
70
  setShowList(showList);
68
71
  }
69
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.3-user.2",
3
+ "version": "1.1.3-user.3",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",