Skip to content

Commit

Permalink
fix: #3077 最新代码 ApiTransfer编辑后无法正常显示数据 (#3083)
Browse files Browse the repository at this point in the history
  • Loading branch information
DesignHhuang committed Sep 27, 2023
1 parent 10d6cc9 commit c0c3116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form/src/components/ApiTransfer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
}, [] as TransferItem[]);
});
const getTargetKeys = computed<string[]>(() => {
if (unref(_targetKeys).length > 0) {
/* if (unref(_targetKeys).length > 0) {
return unref(_targetKeys);
}
} */
if (Array.isArray(props.value)) {
return props.value;
}
Expand Down

0 comments on commit c0c3116

Please sign in to comment.