数据库文档查询优化

This commit is contained in:
暮光:城中城
2021-02-01 21:50:46 +08:00
parent 8a3f40c394
commit 13d6f3ca8b
12 changed files with 458 additions and 185 deletions

View File

@@ -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) {