Skip to content

Commit adeade1

Browse files
committed
fix: 调整执行阶段
1 parent e1eac97 commit adeade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linkis-web/src/apps/linkis/module/globalHistoryManagement/viewHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default {
164164
this.tabs = this.tabs.filter(tab => tab.name !== 'udfLog')
165165
}
166166
},
167-
unmouted() {
167+
destroyed() {
168168
if(this.logTimer) {
169169
clearTimeout(this.logTimer);
170170
}

0 commit comments

Comments
 (0)