Explorar o código

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

黄小民 hai 1 ano
pai
achega
c0c3116193
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/Form/src/components/ApiTransfer.vue

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