|
@@ -253,8 +253,8 @@ export default {
|
|
rootOrgList: [],
|
|
rootOrgList: [],
|
|
loginRuleTypes: [
|
|
loginRuleTypes: [
|
|
{ label: "考生登录", value: "STUDENT_LOGIN" },
|
|
{ label: "考生登录", value: "STUDENT_LOGIN" },
|
|
- { label: "考生端登录", value: "STUDENT_CLIENT_LOGIN" },
|
|
|
|
- { label: "极验验证码登录", value: "GEETEST_LOGIN" }
|
|
|
|
|
|
+ { label: "考生端登录", value: "STUDENT_CLIENT_LOGIN" }
|
|
|
|
+ /*{ label: "极验验证码登录", value: "GEETEST_LOGIN" }*/
|
|
],
|
|
],
|
|
isCreate: true,
|
|
isCreate: true,
|
|
loginRuleDialog: false,
|
|
loginRuleDialog: false,
|
|
@@ -413,6 +413,7 @@ export default {
|
|
return type.label;
|
|
return type.label;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ return "";
|
|
},
|
|
},
|
|
resetSearchForm() {
|
|
resetSearchForm() {
|
|
this.searchForm.rootOrgId = null;
|
|
this.searchForm.rootOrgId = null;
|