fix: 修复创建API数据源,带入上一个数据表的信息

This commit is contained in:
taojinlong
2025-01-02 16:25:44 +08:00
committed by fit2cloud-chenyw
parent f9bfacc272
commit 4b054417d1

View File

@@ -121,7 +121,9 @@ const defaultApiItem = {
password: ''
}
},
fields: []
fields: [],
useJsonPath: false,
jsonPath: ''
}
const initForm = type => {