@oinone/kunlun-vue-admin-base 6.3.2 → 6.3.3

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.
@@ -67488,7 +67488,7 @@ let FormTransferFieldWidget = class FormTransferFieldWidget extends FormM2MField
67488
67488
  });
67489
67489
  this.options = this.generatorFullOptions(finalOptions);
67490
67490
  if (!back) {
67491
- this.originOptions = options;
67491
+ this.originOptions = this.generatorFullOptions(options);
67492
67492
  }
67493
67493
  }
67494
67494
  backfillSelectedValues() {