From 0d8e8dea08e36c2522b688a256f08f7b359ba22f Mon Sep 17 00:00:00 2001 From: 86182 Date: Thu, 13 Oct 2022 19:55:49 +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 04e56cd8..83304ac0 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 = ''; this.queryConditions.pageIndex = 1 this.qaList = []; this.getQaData(true);