mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix: 修复创建API数据源,带入上一个数据表的信息
This commit is contained in:
committed by
fit2cloud-chenyw
parent
f9bfacc272
commit
4b054417d1
@@ -121,7 +121,9 @@ const defaultApiItem = {
|
||||
password: ''
|
||||
}
|
||||
},
|
||||
fields: []
|
||||
fields: [],
|
||||
useJsonPath: false,
|
||||
jsonPath: ''
|
||||
}
|
||||
|
||||
const initForm = type => {
|
||||
|
||||
Reference in New Issue
Block a user