bm-admin-ui 1.0.78-alpha → 1.0.79-alpha

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.
@@ -4081,7 +4081,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
4081
4081
  }, rule);
4082
4082
  }
4083
4083
  function copyPropValue(oldRule, newRule, needCopyField = false) {
4084
- if (needCopyField) {
4084
+ if (needCopyField && oldRule.field) {
4085
4085
  newRule.field = oldRule.field;
4086
4086
  }
4087
4087
  newRule.config.propsFields.forEach((field) => {
@@ -4091,7 +4091,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
4091
4091
  }, rule);
4092
4092
  }
4093
4093
  function copyPropValue(oldRule, newRule, needCopyField = false) {
4094
- if (needCopyField) {
4094
+ if (needCopyField && oldRule.field) {
4095
4095
  newRule.field = oldRule.field;
4096
4096
  }
4097
4097
  newRule.config.propsFields.forEach((field) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.0.78-alpha",
3
+ "version": "1.0.79-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",