diff --git a/mindinsight/ui/src/views/train-manage/profiler.vue b/mindinsight/ui/src/views/train-manage/profiler.vue
index c427fc94..be75932b 100644
--- a/mindinsight/ui/src/views/train-manage/profiler.vue
+++ b/mindinsight/ui/src/views/train-manage/profiler.vue
@@ -63,11 +63,15 @@
v-if="statisticType === 0"
suffix-icon="el-icon-search"
:placeholder="$t('profiler.searchByType')"
+ clearable
+ @clear="searchOpCoreList()"
@keyup.enter.native="searchOpCoreList()">
@@ -170,6 +174,8 @@