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
@@ -152,3 +152,4 @@ mooho-base-admin-plus@2.8.8 - 下拉框等返回所有数据,避免联动失
152
152
  mooho-base-admin-plus@2.8.9 - 增加流程页面模板插槽
153
153
  mooho-base-admin-plus@2.8.10 - 流程页面模板优化
154
154
  mooho-base-admin-plus@2.8.11 - 修复上一版本bug
155
+ mooho-base-admin-plus@2.8.12 - 修复上一版本bug
@@ -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
  }