mooho-base-admin-plus 2.8.11 → 2.8.12
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/history.md
CHANGED
|
@@ -28240,9 +28240,9 @@ const user = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O]
|
|
|
28240
28240
|
} else if (this.applicationTypeCode) {
|
|
28241
28241
|
let r = await modelApi.query("ApplicationType", { code: this.applicationTypeCode });
|
|
28242
28242
|
r.data.length > 0 && (this.page = {
|
|
28243
|
-
tableViewCode,
|
|
28244
|
-
formViewCode,
|
|
28245
|
-
showViewCode,
|
|
28243
|
+
tableViewCode: this.tableViewCode,
|
|
28244
|
+
formViewCode: this.formViewCode,
|
|
28245
|
+
showViewCode: this.showViewCode,
|
|
28246
28246
|
applicationType: r.data[0]
|
|
28247
28247
|
}, this.init());
|
|
28248
28248
|
}
|