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

This commit is contained in:
刘祥超
2023-04-26 09:49:28 +08:00
parent aea5ef3b68
commit 58def52e30
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;
})