forked from github/dataease
commit
3c11bd83fa
@ -533,7 +533,8 @@ const defaultForm = {
|
||||
description: '',
|
||||
type: 'API',
|
||||
apiConfiguration: [],
|
||||
paramsConfiguration: []
|
||||
paramsConfiguration: [],
|
||||
enableDataFill: false
|
||||
}
|
||||
const form = reactive<Form>(cloneDeep(defaultForm))
|
||||
const defaultForm2 = {
|
||||
@ -859,6 +860,8 @@ defineExpose({
|
||||
|
||||
<style lang="less">
|
||||
.datasource-drawer-fullscreen {
|
||||
z-index: 1000 !important;
|
||||
|
||||
.ed-drawer__body {
|
||||
padding: 0;
|
||||
}
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit df9b8715f2d7896813b9591dc34895f8acff912f
|
||||
Subproject commit b9e9f1fdffee655f107fe2de3a520e1e32ac2892
|
Loading…
Reference in New Issue
Block a user