From c80bcd3045b87b5d6fcf8bc88436c7a0d0026210 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 26 Jan 2022 19:14:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mixins/data-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/data-list.js b/src/mixins/data-list.js index d225c3f8..079e1288 100644 --- a/src/mixins/data-list.js +++ b/src/mixins/data-list.js @@ -146,7 +146,7 @@ export default { }) }, tableDataSort (orderBy) { - this.$set(this.searchLabel, 'orderBy', orderBy) + this.searchLabel.orderBy = orderBy this.getTableData() }, search (params) {