fix: 建议通过创建完上一个数据源后的继续创建操作的默认文件夹仍然保持为同一个

This commit is contained in:
dataeaseShu 2023-12-14 15:42:53 +08:00
parent 4471807092
commit 22b0b3c81a

View File

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