Merge pull request #11705 from ulleo/dev-v2

refactor(X-Pack): 数据填报界面优化
This commit is contained in:
ulleo 2024-08-22 17:59:03 +08:00 committed by GitHub
commit 3c11bd83fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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;
}

@ -1 +1 @@
Subproject commit df9b8715f2d7896813b9591dc34895f8acff912f
Subproject commit b9e9f1fdffee655f107fe2de3a520e1e32ac2892