isdata-customer-sdk 0.1.28 → 0.1.29
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5388,7 +5388,7 @@ const getOfficeInfosByIDs = async group_ids => {
|
|
|
5388
5388
|
"ids": group_ids
|
|
5389
5389
|
}
|
|
5390
5390
|
};
|
|
5391
|
-
let resultData = request.post(`/dataservice/rest/orchestration/getOfficeInfosByIDs`, queryData_groupData);
|
|
5391
|
+
let resultData = await request.post(`/dataservice/rest/orchestration/getOfficeInfosByIDs`, queryData_groupData);
|
|
5392
5392
|
let groupDatas = resultData.data.officeInfos;
|
|
5393
5393
|
return groupDatas;
|
|
5394
5394
|
};
|