forked from github/dataease
fix: 建议通过创建完上一个数据源后的继续创建操作的默认文件夹仍然保持为同一个
This commit is contained in:
parent
4471807092
commit
22b0b3c81a
@ -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 }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user