From c9a6f7cbb5209415e626df29c7572cf40fe92b66 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期一, 06 一月 2025 11:44:50 +0800 Subject: [PATCH] 1、工作流程功能优化,解决流程图模拟功能simulation不生效的bug 2、system menu等页面修改 3、Footer copyright年份修改为动态 --- src/components/FormCreate/src/components/useApiSelect.tsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/FormCreate/src/components/useApiSelect.tsx b/src/components/FormCreate/src/components/useApiSelect.tsx index 8765036..8ff95fb 100644 --- a/src/components/FormCreate/src/components/useApiSelect.tsx +++ b/src/components/FormCreate/src/components/useApiSelect.tsx @@ -104,9 +104,9 @@ parseOptions0(data) return } - // 情况三:不是 iailab-plat 标准返回 + // 情况三:不是 yudao-vue-pro 标准返回 console.warn( - `接口[${props.url}] 返回结果不是 iailab-plat 标准返回建议采用自定义解析函数处理` + `接口[${props.url}] 返回结果不是 yudao-vue-pro 标准返回建议采用自定义解析函数处理` ) } @@ -185,7 +185,6 @@ </el-select> ) } - debugger return ( <el-select class="w-1/1" -- Gitblit v1.9.3