From b13ea924b3957a17d930ccfda9fc1575594d3583 Mon Sep 17 00:00:00 2001 From: pan <380711010@qq.com> Date: Mon, 2 Sep 2024 17:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/index.vue | 7 +++++-- src/views/workflowList/addWorkflow/tool_release.vue | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/tool/index.vue b/src/views/tool/index.vue index e7d2b8c..254ff9e 100644 --- a/src/views/tool/index.vue +++ b/src/views/tool/index.vue @@ -605,10 +605,13 @@ export default { if(value == null || value == '' || value == undefined){ return false } - if(value.length > 0){ + if(value.length > 1){ return true } - } + }, + onPopoverShow(list) { + this.relationToolList = list; // 更新要显示的工具列表 + }, } }; diff --git a/src/views/workflowList/addWorkflow/tool_release.vue b/src/views/workflowList/addWorkflow/tool_release.vue index 7c099ac..5e123cd 100644 --- a/src/views/workflowList/addWorkflow/tool_release.vue +++ b/src/views/workflowList/addWorkflow/tool_release.vue @@ -2,9 +2,10 @@
新增工具
+审核工具