mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 修复仪表板不能创建最顶层目录问题
This commit is contained in:
@@ -147,7 +147,7 @@ export default {
|
||||
}
|
||||
this.editPanel.panelInfo['newFrom'] = this.inputType
|
||||
this.loading = true
|
||||
if (this.editPanel.optType === 'new') {
|
||||
if (this.editPanel.optType === 'new' || this.editPanel.optType === 'newFirstFolder') {
|
||||
panelSave(this.editPanel.panelInfo).then(response => {
|
||||
this.$message({
|
||||
message: this.$t('commons.save_success'),
|
||||
|
||||
Reference in New Issue
Block a user