Skip to content

Commit d5b071e

Browse files
committed
feat: 测试部署
1 parent 62565fd commit d5b071e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/history-sql/ListItem.vue

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const addEditorTabs = () => {
1515
sql: props.sql
1616
})
1717
const name = sqlStore.tabs[sqlStore.tabs.length - 1].name
18+
console.log(name, '11111111')
1819
sqlStore.setActiveTabs(name)
1920
goto('SQL')
2021
}

0 commit comments

Comments
 (0)