@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.
- package/dist/oinone-kunlun-vue-admin-base.css +1 -1
- package/dist/oinone-kunlun-vue-admin-base.esm.js +1 -1
- package/dist/oinone-kunlun-vue-admin-base.scss +1 -1
- package/dist/types/src/field/transfer/FormTransferFieldWidget.d.ts +1 -1
- package/package.json +8 -8
- package/src/field/transfer/FormTransferFieldWidget.ts +2 -2
|
@@ -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() {
|