@ebiz/designer-components 0.0.18-beta.21 → 0.0.18-beta.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.0.18-beta.21",
3
+ "version": "0.0.18-beta.22",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -154,7 +154,11 @@ const handleRemoteSearch = async (keyword) => {
154
154
  keyword
155
155
  }
156
156
  };
157
- const res = await dataService.fetch(params, props.apiConfig);
157
+ const res = await dataService.fetch(params, {
158
+ key: props.apiConfig.key,
159
+ apiId: props.apiConfig.apiId,
160
+ apiType: 'MULTIPLE_DATA_SEARCH'
161
+ });
158
162
  const { labelField, valueField } = props.optionsConfig;
159
163
 
160
164
  options.value = res.data.map(item => ({