@zgfe/business-lib 1.1.34-alpha.12 → 1.1.34-alpha.13

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.
@@ -109,23 +109,7 @@ var BusinessCondition = function BusinessCondition(props) {
109
109
  setServiceAttributeList([]);
110
110
  }
111
111
  }).catch(function () {
112
- setServiceAttributeList([{
113
- value: 25,
114
- uniqueKey: null,
115
- name: '444'
116
- }, {
117
- value: 28,
118
- uniqueKey: null,
119
- name: 'sql导入'
120
- }, {
121
- value: 27,
122
- uniqueKey: null,
123
- name: 'test0322'
124
- }, {
125
- value: 26,
126
- uniqueKey: null,
127
- name: '业务数据测试1'
128
- }]);
112
+ setServiceAttributeList([]);
129
113
  });
130
114
  }
131
115
  function onOperatorChange(option) {
@@ -188,43 +188,7 @@ var DataAttribute = function DataAttribute(props) {
188
188
  }
189
189
  }).catch(function () {
190
190
  condition.paramsList[index].bizDataAttrList = [];
191
- setBizDataAttrList([{
192
- id: 98,
193
- value: 98,
194
- bizDataTypeId: 28,
195
- name: 'ID',
196
- propType: 2,
197
- isRequired: 1,
198
- isShow: 1,
199
- isCreateTimeData: '',
200
- isUniqueData: 'Y',
201
- isUniqueUser: '',
202
- attrOrder: 1
203
- }, {
204
- id: 100,
205
- value: 100,
206
- bizDataTypeId: 28,
207
- name: '姓名',
208
- propType: 1,
209
- isRequired: 1,
210
- isShow: 1,
211
- isCreateTimeData: '',
212
- isUniqueData: '',
213
- isUniqueUser: '',
214
- attrOrder: 3
215
- }, {
216
- id: 101,
217
- value: 101,
218
- bizDataTypeId: 28,
219
- name: '创建时间',
220
- propType: 3,
221
- isRequired: 1,
222
- isShow: 1,
223
- isCreateTimeData: 'Y',
224
- isUniqueData: '',
225
- isUniqueUser: '',
226
- attrOrder: 4
227
- }]);
191
+ setBizDataAttrList([]);
228
192
  });
229
193
  onChange(_objectSpread({}, condition));
230
194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.34-alpha.12",
3
+ "version": "1.1.34-alpha.13",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",