mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
feat: 增加flyway 调增模板导入等
This commit is contained in:
@@ -30,7 +30,7 @@ export function querySubjectWithGroup(data) {
|
||||
return request({
|
||||
url: '/panel/subject/querySubjectWithGroup',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
loading: false,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -110,7 +110,7 @@ export default {
|
||||
templateStyle: JSON.stringify(this.canvasStyleData),
|
||||
templateData: JSON.stringify(this.componentData),
|
||||
templateType: 'self',
|
||||
nodeType: 'folder',
|
||||
nodeType: 'template',
|
||||
level: 1,
|
||||
pid: null,
|
||||
dynamicData: ''
|
||||
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
this.templateEditForm = JSON.parse(JSON.stringify(templateInfo))
|
||||
} else {
|
||||
this.dialogTitle = '新建'
|
||||
this.templateEditForm = { name: '', nodeType: 'template', templateType: this.currentTemplateType, level: 0 }
|
||||
this.templateEditForm = { name: '', nodeType: 'folder', templateType: this.currentTemplateType, level: 0 }
|
||||
}
|
||||
this.editTemplate = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user