mooho-base-admin-plus 2.10.24 → 2.10.25

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.10.24",
4
+ "version": "2.10.25",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -149,7 +149,7 @@ export default {
149
149
 
150
150
  if (this.defaultData) {
151
151
  for (let key in this.defaultData) {
152
- setData(data, key, this.defaultData[key]);
152
+ setData(data, { code: key }, this.defaultData[key]);
153
153
  }
154
154
  }
155
155