@zgfe/business-lib 1.1.31-alpha.3 → 1.1.31-alpha.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.
@@ -83,7 +83,7 @@ var DataAttribute = function DataAttribute(props) {
83
83
  },
84
84
  method: 'post',
85
85
  data: {
86
- appId: 99677,
86
+ appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
87
87
  pageNum: 1,
88
88
  pageSize: 9999
89
89
  }
@@ -228,6 +228,7 @@ var DataAttribute = function DataAttribute(props) {
228
228
  condition.attrs[index].category = 'custom';
229
229
  condition.attrs[index].attrId = operate.id;
230
230
  condition.attrs[index].attrName = operate.name;
231
+ condition.typeId = operate === null || operate === void 0 ? void 0 : operate.bizDataTypeId;
231
232
  switch (operate.propType) {
232
233
  case 1:
233
234
  setMasterList(typeList['cont-string']);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.31-alpha.3",
3
+ "version": "1.1.31-alpha.4",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,4 +60,4 @@
60
60
  "yorkie": "^2.0.0"
61
61
  },
62
62
  "gitHead": "b2e287ebcfeaa841e1f4e10bd9891e58f3223e95"
63
- }
63
+ }