mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 04:26:36 +08:00
数据库手动清理页面增加按表名和按占用空间排序/优化数据库相关界面
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user