mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix: 建议通过创建完上一个数据源后的继续创建操作的默认文件夹仍然保持为同一个
This commit is contained in:
@@ -236,7 +236,7 @@ const backToDatasourceList = () => {
|
||||
}
|
||||
const continueCreating = () => {
|
||||
showFinishPage.value = false
|
||||
init(null)
|
||||
init(null, pid.value)
|
||||
}
|
||||
|
||||
const handleShowFinishPage = ({ id, name }) => {
|
||||
|
||||
Reference in New Issue
Block a user