修改一些展示问题

This commit is contained in:
暮光:城中城
2021-06-01 22:34:21 +08:00
parent 40a3db911d
commit 9e3f479b3e
5 changed files with 8 additions and 4 deletions

View File

@@ -118,6 +118,7 @@
},
handlePageSizeChange(to) {
this.pageSize = to;
this.currentPage = 1;
this.doExecutorSqlCommon();
},
tableSortChange(sort) {

View File

@@ -320,6 +320,9 @@
}
}
this.datasourceOptions = datasourceOptions;
if (datasourceOptions.length > 0) {
this.choiceDatasourceId = datasourceOptions[0].id;
}
},
datasourceChangeEvents() {
this.loadEditorData();