Skip to content

Commit a9cdf86

Browse files
fix: 修复历史版本问题
1 parent a46cf1c commit a9cdf86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/src/views/application-workflow/component/PublishHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:data="LogData"
99
class="mt-8"
1010
v-loading="loading"
11-
@click.stop="clickListHandle"
11+
@click="clickListHandle"
1212
@mouseenter="mouseenter"
1313
@mouseleave="mouseId = ''"
1414
>

ui/src/views/application-workflow/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<el-dropdown-item>
4949
<AppIcon iconName="app-save-outlined"></AppIcon>
5050
自动保存
51-
<div @click.stop class="ml-4">
51+
<div class="ml-4">
5252
<el-switch size="small" v-model="isSave" @change="changeSave" />
5353
</div>
5454
</el-dropdown-item>

0 commit comments

Comments
 (0)