|
|
@ -1310,8 +1310,8 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.dialogRenameTable.dialogShow = false; |
|
|
|
this.dialogRenameTable.dialogShow = false; |
|
|
|
this.dialogRenameTable.defaultValue = null; |
|
|
|
this.dialogRenameTable.defaultValue = null; |
|
|
|
this.$toast.success('Table renamed succesfully').goAway(3000); |
|
|
|
this.$toast.success('Table renamed successfully').goAway(3000); |
|
|
|
console.log(tn, cookie); |
|
|
|
console.log(_tn, cookie); |
|
|
|
}, |
|
|
|
}, |
|
|
|
mtdDialogRenameTableCancel() { |
|
|
|
mtdDialogRenameTableCancel() { |
|
|
|
console.log('mtdDialogGetTableNameCancel cancelled'); |
|
|
|
console.log('mtdDialogGetTableNameCancel cancelled'); |
|
|
@ -1319,7 +1319,7 @@ export default { |
|
|
|
this.dialogRenameTable.defaultValue = null; |
|
|
|
this.dialogRenameTable.defaultValue = null; |
|
|
|
}, |
|
|
|
}, |
|
|
|
mtdTableCreate(table) { |
|
|
|
mtdTableCreate(table) { |
|
|
|
if (!this.menuItem) { |
|
|
|
if (!this.menuItem || this.menuItem.type !== 'tableDir') { |
|
|
|
this.menuItem = this.listViewArr.find(n => n.type === 'tableDir'); |
|
|
|
this.menuItem = this.listViewArr.find(n => n.type === 'tableDir'); |
|
|
|
} |
|
|
|
} |
|
|
|
// const tables = table.name.split(','); |
|
|
|
// const tables = table.name.split(','); |
|
|
|