|
@ -250,7 +250,8 @@ export default { |
|
|
this.query = {householdSituation: "rzhbz"}; |
|
|
this.query = {householdSituation: "rzhbz"}; |
|
|
} else if (resiType == "resi_n_house_y_count") { |
|
|
} else if (resiType == "resi_n_house_y_count") { |
|
|
this.query = {householdSituation: "hzrbz"}; |
|
|
this.query = {householdSituation: "hzrbz"}; |
|
|
} else if (resiType == "age50_count") { |
|
|
} |
|
|
|
|
|
/* else if (resiType == "age50_count") { |
|
|
this.query = {gender: "2"}; |
|
|
this.query = {gender: "2"}; |
|
|
} else if (resiType == "age5059_count") { |
|
|
} else if (resiType == "age5059_count") { |
|
|
this.query = {gender: "2"}; |
|
|
this.query = {gender: "2"}; |
|
@ -278,7 +279,8 @@ export default { |
|
|
this.query = {gender: "2"}; |
|
|
this.query = {gender: "2"}; |
|
|
} else if (resiType == "party_mem_count") { |
|
|
} else if (resiType == "party_mem_count") { |
|
|
this.query = {gender: "2"}; |
|
|
this.query = {gender: "2"}; |
|
|
} else if (resiType == "primary_count") { |
|
|
}*/ |
|
|
|
|
|
else if (resiType == "primary_count") { |
|
|
this.query = {cultureLevel: "0", categoryKey: "PARTY_FLAG"}; |
|
|
this.query = {cultureLevel: "0", categoryKey: "PARTY_FLAG"}; |
|
|
} else if (resiType == "junior_high_count") { |
|
|
} else if (resiType == "junior_high_count") { |
|
|
this.query = {cultureLevel: "1", categoryKey: "PARTY_FLAG"}; |
|
|
this.query = {cultureLevel: "1", categoryKey: "PARTY_FLAG"}; |
|
@ -294,6 +296,8 @@ export default { |
|
|
this.query = {cultureLevel: "6", categoryKey: "PARTY_FLAG"}; |
|
|
this.query = {cultureLevel: "6", categoryKey: "PARTY_FLAG"}; |
|
|
} else if (resiType == "doctor_count") { |
|
|
} else if (resiType == "doctor_count") { |
|
|
this.query = {cultureLevel: "7", categoryKey: "PARTY_FLAG"}; |
|
|
this.query = {cultureLevel: "7", categoryKey: "PARTY_FLAG"}; |
|
|
|
|
|
} else { |
|
|
|
|
|
this.query = {} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|