From db6d2e3067a573456b0f2df5c9ed0e84907d0e4f Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:53:31 +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 73e44770..04e56cd8 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 = sysCreateTime; + this.queryConditions.orderField = 'sysCreateTime'; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true);