aldehyde 0.2.151 → 0.2.153

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.
@@ -279,7 +279,7 @@ export default class HcserviceV3 {
279
279
  if (res.status === "success") {
280
280
  return {sourceId,...res.entity};
281
281
  } else {
282
- message.error(translate("${实体不存在}!"),5);
282
+ //message.error(translate("${实体不存在}!"),5);
283
283
  return null;
284
284
  }
285
285
  }