@ibiz-template/runtime 0.6.12 → 0.6.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.
package/dist/index.esm.js
CHANGED
|
@@ -25482,7 +25482,7 @@ var EditFormController = class extends FormController {
|
|
|
25482
25482
|
}
|
|
25483
25483
|
const isLoadDraft = !hasDeCodeName(
|
|
25484
25484
|
this.context,
|
|
25485
|
-
this.model.appDataEntityId
|
|
25485
|
+
calcDeCodeNameById(this.model.appDataEntityId)
|
|
25486
25486
|
);
|
|
25487
25487
|
if (isLoadDraft) {
|
|
25488
25488
|
return this.loadDraft();
|