数据库手动清理页面增加按表名和按占用空间排序/优化数据库相关界面

This commit is contained in:
GoEdgeLab
2023-04-26 09:49:28 +08:00
parent 7022410900
commit a513970930
5 changed files with 57 additions and 14 deletions

View File

@@ -9,6 +9,10 @@ Tea.context(function () {
this.reload = function () {
this.isLoading = true
this.$post("$")
.params({
orderTable: this.orderTable,
orderSize: this.orderSize
})
.success(function (resp) {
this.tables = resp.data.tables;
})