@oinone/kunlun-vue-admin-base 6.2.14 → 6.2.15

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.
@@ -67478,7 +67478,7 @@ let FormTransferFieldWidget = class FormTransferFieldWidget extends FormM2MField
67478
67478
  });
67479
67479
  this.options = this.generatorFullOptions(finalOptions);
67480
67480
  if (!back) {
67481
- this.originOptions = options;
67481
+ this.originOptions = this.generatorFullOptions(options);
67482
67482
  }
67483
67483
  }
67484
67484
  backfillSelectedValues() {