mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
排序
This commit is contained in:
@@ -310,7 +310,7 @@ export default {
|
|||||||
if(id=="answers"){
|
if(id=="answers"){
|
||||||
this.styleControl = 2
|
this.styleControl = 2
|
||||||
}
|
}
|
||||||
this.queryConditions.orderField = sysCreateTime;
|
this.queryConditions.orderField = 'sysCreateTime';
|
||||||
this.queryConditions.pageIndex = 1
|
this.queryConditions.pageIndex = 1
|
||||||
this.qaList = [];
|
this.qaList = [];
|
||||||
this.getQaData(true);
|
this.getQaData(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user