|
@@ -300,7 +300,9 @@ export default {
|
|
|
only_my_bought: this.selectIndex,
|
|
|
study_phase: this.gradeIndex,
|
|
|
release_year: this.yearIndex,
|
|
|
- order_bys: orderObj ? [orderObj] : [],
|
|
|
+ order_bys: orderObj
|
|
|
+ ? [orderObj]
|
|
|
+ : [{ name: "releaseDate", asc: false }],
|
|
|
};
|
|
|
getLogin(MethodName, data)
|
|
|
.then((res) => {
|