@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.
|
@@ -149,7 +149,7 @@ export class EditFormController extends FormController {
|
|
|
149
149
|
if (copyMode) {
|
|
150
150
|
return this.copy();
|
|
151
151
|
}
|
|
152
|
-
const isLoadDraft = !hasDeCodeName(this.context, this.model.appDataEntityId);
|
|
152
|
+
const isLoadDraft = !hasDeCodeName(this.context, calcDeCodeNameById(this.model.appDataEntityId));
|
|
153
153
|
// 加载草稿单独走一个方法
|
|
154
154
|
if (isLoadDraft) {
|
|
155
155
|
return this.loadDraft();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/runtime",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.13",
|
|
4
4
|
"description": "控制器包",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "out/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"animejs": "^3.2.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@ibiz-template/core": "^0.6.
|
|
38
|
+
"@ibiz-template/core": "^0.6.13",
|
|
39
39
|
"@ibiz/model-core": "^0.1.18",
|
|
40
40
|
"@types/animejs": "^3.1.12",
|
|
41
41
|
"@types/path-browserify": "^1.0.2",
|