liu
9 天以前 600fe725775e28af1f86f7f7f1e2521f494252b1
src/components/form-create/components/use-api-select.tsx
@@ -161,9 +161,9 @@
          parseOptions0(data);
          return;
        }
        // 情况三:不是 yudao-vue-pro 标准返回
        // 情况三:不是标准返回
        console.warn(
          `接口[${props.url}] 返回结果不是 yudao-vue-pro 标准返回建议采用自定义解析函数处理`,
          `接口[${props.url}] 返回结果不是标准返回建议采用自定义解析函数处理`,
        );
      }