From 8b375f91697c0a46e770f2bf69da78180ad59a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 11 May 2023 11:45:39 +0800 Subject: [PATCH] =?UTF-8?q?CN-1017:=20=E6=8A=A5=E5=91=8Atable=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E4=B8=8D=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Report.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/report/Report.vue b/src/views/report/Report.vue index 13c6e71c..57d8c01e 100644 --- a/src/views/report/Report.vue +++ b/src/views/report/Report.vue @@ -235,6 +235,10 @@ export default { this.builtinLeftLoading = false }) }, + tableDataSort (orderBy) { + this.searchLabel.orderBy = orderBy + this.getTableData(this.searchLabel) + }, getTableData (params) { this.searchLabel = null if (params) {