@ibiz-template/runtime 0.5.3-beta.1 → 0.5.3-beta.2
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.esm.js
CHANGED
|
@@ -8955,8 +8955,9 @@ var DEActionMethod = class extends Method {
|
|
|
8955
8955
|
if (configs.length > 0) {
|
|
8956
8956
|
configs.forEach((config) => {
|
|
8957
8957
|
if (config.parentAppDEFieldId) {
|
|
8958
|
-
const {
|
|
8959
|
-
const
|
|
8958
|
+
const { majorAppDataEntityId, parentAppDEFieldId } = config;
|
|
8959
|
+
const majorDECodeName = calcDeCodeNameById(majorAppDataEntityId);
|
|
8960
|
+
const majorLowerCodeName = majorDECodeName;
|
|
8960
8961
|
const pickupLowerDEFName = parentAppDEFieldId.toLowerCase();
|
|
8961
8962
|
const majorkey = context[majorLowerCodeName];
|
|
8962
8963
|
if (majorkey && majorkey !== data.srfkey) {
|