mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
案例
This commit is contained in:
@@ -284,6 +284,7 @@ export default {
|
|||||||
keyWord:'',
|
keyWord:'',
|
||||||
majorType:null,//专业分类
|
majorType:null,//专业分类
|
||||||
orgDomain:null,// 组织领域
|
orgDomain:null,// 组织领域
|
||||||
|
orderAsc: false
|
||||||
},
|
},
|
||||||
keyWord:'',
|
keyWord:'',
|
||||||
anking: 2,
|
anking: 2,
|
||||||
@@ -400,6 +401,7 @@ export default {
|
|||||||
this.search()
|
this.search()
|
||||||
},
|
},
|
||||||
searchData(num) {
|
searchData(num) {
|
||||||
|
|
||||||
this.queryCondition.orderField = num;
|
this.queryCondition.orderField = num;
|
||||||
this.getCaseData();
|
this.getCaseData();
|
||||||
},
|
},
|
||||||
@@ -495,6 +497,7 @@ export default {
|
|||||||
i !== "pageIndex" &&
|
i !== "pageIndex" &&
|
||||||
i !== "pageSize" &&
|
i !== "pageSize" &&
|
||||||
i !== "orderField" &&
|
i !== "orderField" &&
|
||||||
|
i !== "orderAsc" &&
|
||||||
caseData[i] !== null &&
|
caseData[i] !== null &&
|
||||||
caseData[i] !== undefined
|
caseData[i] !== undefined
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user