This commit is contained in:
86182
2022-10-13 19:53:31 +08:00
parent 194d61a68a
commit db6d2e3067

View File

@@ -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);