Merge pull request #7163 from dataease/pr@dev-v2_dzz

Pr@dev v2 dzz
This commit is contained in:
dataeaseShu 2023-12-14 15:49:34 +08:00 committed by GitHub
commit e64b6cff02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ const backToDatasourceList = () => {
}
const continueCreating = () => {
showFinishPage.value = false
init(null)
init(null, pid.value)
}
const handleShowFinishPage = ({ id, name }) => {