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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "2.8.11",
4
+ "version": "2.8.12",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -171,9 +171,9 @@
171
171
 
172
172
  if (res.data.length > 0) {
173
173
  this.page = {
174
- tableViewCode,
175
- formViewCode,
176
- showViewCode,
174
+ tableViewCode: this.tableViewCode,
175
+ formViewCode: this.formViewCode,
176
+ showViewCode: this.showViewCode,
177
177
  applicationType: res.data[0]
178
178
  };
179
179