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:
@@ -284,6 +284,7 @@ export default {
|
||||
keyWord:'',
|
||||
majorType:null,//专业分类
|
||||
orgDomain:null,// 组织领域
|
||||
orderAsc: false
|
||||
},
|
||||
keyWord:'',
|
||||
anking: 2,
|
||||
@@ -400,6 +401,7 @@ export default {
|
||||
this.search()
|
||||
},
|
||||
searchData(num) {
|
||||
|
||||
this.queryCondition.orderField = num;
|
||||
this.getCaseData();
|
||||
},
|
||||
@@ -495,6 +497,7 @@ export default {
|
||||
i !== "pageIndex" &&
|
||||
i !== "pageSize" &&
|
||||
i !== "orderField" &&
|
||||
i !== "orderAsc" &&
|
||||
caseData[i] !== null &&
|
||||
caseData[i] !== undefined
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user