From 351c35a864d865c9c549cfd4f4643b6b9affd391 Mon Sep 17 00:00:00 2001 From: chenyao <1219716595@qq.com> Date: Wed, 10 Dec 2025 09:22:40 +0800 Subject: [PATCH] feat:更新历史任务详情功能 --- src/views/job/components/TaskAlgorithmBusiness.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/job/components/TaskAlgorithmBusiness.vue b/src/views/job/components/TaskAlgorithmBusiness.vue index 8e9b992..682cc2d 100644 --- a/src/views/job/components/TaskAlgorithmBusiness.vue +++ b/src/views/job/components/TaskAlgorithmBusiness.vue @@ -11,6 +11,7 @@ collapse-tags-tooltip placeholder="支持多项选择" clearable + @clear="clear" @change="handleAlgorithmChange" > <el-option v-for="item in taskAlgorithm" :key="item.id" :label="item.dictValue" :value="item.dictKey" /> -- Gitblit v1.9.3