dev #63
@ -12,6 +12,7 @@ export const CandidateData: Array<User> = [
|
|||||||
bz1: '',
|
bz1: '',
|
||||||
jxmc: '',
|
jxmc: '',
|
||||||
kchp: '',
|
kchp: '',
|
||||||
|
ksy2:'',
|
||||||
kscx: '',
|
kscx: '',
|
||||||
ksdd: '',
|
ksdd: '',
|
||||||
kssycs: '',
|
kssycs: '',
|
||||||
@ -46,6 +47,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -70,6 +72,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
|
ksy2:'',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
sfzmhm: '3423231995014700004',
|
sfzmhm: '3423231995014700004',
|
||||||
@ -92,6 +95,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -116,6 +120,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
|
ksy2:'',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
sfzmhm: '342323199501470016',
|
sfzmhm: '342323199501470016',
|
||||||
@ -138,6 +143,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -161,6 +167,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -184,6 +191,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: ""
|
ksy2sfzmhm: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -207,6 +215,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: ""
|
ksy2sfzmhm: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -230,6 +239,7 @@ export const CandidateData: Array<User> = [
|
|||||||
xh: '',
|
xh: '',
|
||||||
xldm: '',
|
xldm: '',
|
||||||
yycs: '',
|
yycs: '',
|
||||||
|
ksy2:'',
|
||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@ -237,6 +247,7 @@ export const EmptyCandidateObject = {
|
|||||||
ksy2sfzmhm: "",
|
ksy2sfzmhm: "",
|
||||||
sfzmhm: '',
|
sfzmhm: '',
|
||||||
xm: '',
|
xm: '',
|
||||||
|
ksy2:'',
|
||||||
lsh: '',
|
lsh: '',
|
||||||
ksy1: '',
|
ksy1: '',
|
||||||
id: '',
|
id: '',
|
||||||
|
|||||||
@ -219,6 +219,7 @@ struct UserInfo {
|
|||||||
this.currentUser = res
|
this.currentUser = res
|
||||||
this.lsh = this.currentUser.lsh
|
this.lsh = this.currentUser.lsh
|
||||||
globalThis.lsh = this.currentUser.lsh
|
globalThis.lsh = this.currentUser.lsh
|
||||||
|
this.currentUser.ksy1=this.currentUser.ksy1?this.currentUser.ksy1:this.currentUser.ksy2;
|
||||||
globalThis.ksyh = this.currentUser.ksy1sfzmhm || this.currentUser.ksy2sfzmhm
|
globalThis.ksyh = this.currentUser.ksy1sfzmhm || this.currentUser.ksy2sfzmhm
|
||||||
const {examSubject} = globalThis.carInfo;
|
const {examSubject} = globalThis.carInfo;
|
||||||
// this.currentUser.kszp=this.photo+res.kszp
|
// this.currentUser.kszp=this.photo+res.kszp
|
||||||
|
|||||||
@ -4,6 +4,7 @@ export interface User {
|
|||||||
xm: string
|
xm: string
|
||||||
lsh: string
|
lsh: string
|
||||||
ksy1: string
|
ksy1: string
|
||||||
|
ksy2: string
|
||||||
id: string
|
id: string
|
||||||
kszp: string
|
kszp: string
|
||||||
ksmjzp: string
|
ksmjzp: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user