From 194d61a68a00a344aa4defbe7964707206dda715 Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Index.vue b/src/views/portal/qa/Index.vue index 597bbf16..73e44770 100644 --- a/src/views/portal/qa/Index.vue +++ b/src/views/portal/qa/Index.vue @@ -310,7 +310,7 @@ export default { if(id=="answers"){ this.styleControl = 2 } - this.queryConditions.orderField = id; + this.queryConditions.orderField = sysCreateTime; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true);