修改一些展示问题
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
ENV = 'development'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://local.zyplayer.com:8083/zyplayer-doc-manage'
|
||||
# VUE_APP_BASE_API = 'http://doc.zyplayer.com/zyplayer-doc-manage'
|
||||
# VUE_APP_BASE_API = 'http://local.zyplayer.com:8083/zyplayer-doc-manage'
|
||||
VUE_APP_BASE_API = 'http://doc.zyplayer.com/zyplayer-doc-manage'
|
||||
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
},
|
||||
handlePageSizeChange(to) {
|
||||
this.pageSize = to;
|
||||
this.currentPage = 1;
|
||||
this.doExecutorSqlCommon();
|
||||
},
|
||||
tableSortChange(sort) {
|
||||
|
||||
@@ -320,6 +320,9 @@
|
||||
}
|
||||
}
|
||||
this.datasourceOptions = datasourceOptions;
|
||||
if (datasourceOptions.length > 0) {
|
||||
this.choiceDatasourceId = datasourceOptions[0].id;
|
||||
}
|
||||
},
|
||||
datasourceChangeEvents() {
|
||||
this.loadEditorData();
|
||||
|
||||
Reference in New Issue
Block a user