数据库文档查询优化
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
this.loadGetTableList();
|
||||
},
|
||||
exportTypeChange() {
|
||||
this.exportFormat = '';
|
||||
this.exportFormat = 1;
|
||||
},
|
||||
doExport() {
|
||||
if (!this.exportType) {
|
||||
@@ -123,6 +123,7 @@
|
||||
tableNames: tableNames,
|
||||
};
|
||||
setTimeout(() => this.$refs.downloadForm.submit(), 0);
|
||||
this.exportTypeChoiceVisible = false;
|
||||
},
|
||||
showExportTypeChoice() {
|
||||
if (this.selectTables.length <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user