Przeglądaj źródła

fix: #3077 最新代码 ApiTransfer编辑后无法正常显示数据 (#3083)

黄小民 1 rok temu
rodzic
commit
c0c3116193

+ 2 - 2
src/components/Form/src/components/ApiTransfer.vue

@@ -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;
         }