|
@@ -224,7 +224,7 @@ export default {
|
|
optionYiYu: { name: [], score: [] },
|
|
optionYiYu: { name: [], score: [] },
|
|
//焦虑全部的数据
|
|
//焦虑全部的数据
|
|
optionJL: { name: [], score: [] },
|
|
optionJL: { name: [], score: [] },
|
|
- //躯体化全部的数据
|
|
|
|
|
|
+ //压力全部的数据
|
|
optionQTH: { name: [], score: [] },
|
|
optionQTH: { name: [], score: [] },
|
|
//视觉整合能力
|
|
//视觉整合能力
|
|
optionSJ: { name: [], score: [] },
|
|
optionSJ: { name: [], score: [] },
|
|
@@ -232,7 +232,7 @@ export default {
|
|
yiyuList10: [],
|
|
yiyuList10: [],
|
|
//焦虑前10
|
|
//焦虑前10
|
|
jlList10: [],
|
|
jlList10: [],
|
|
- //躯体化前10
|
|
|
|
|
|
+ //压力前10
|
|
qthList10: [],
|
|
qthList10: [],
|
|
//视觉整合能力前10
|
|
//视觉整合能力前10
|
|
sjList10: [],
|
|
sjList10: [],
|
|
@@ -257,6 +257,9 @@ export default {
|
|
//跳转到趋势统计的页面
|
|
//跳转到趋势统计的页面
|
|
//规定好跳转到哪个页面--然后跳转的类型
|
|
//规定好跳转到哪个页面--然后跳转的类型
|
|
// this.$router.push({path:'/manage/tendency',query:{orgNo:'1212',type:'1'}})
|
|
// this.$router.push({path:'/manage/tendency',query:{orgNo:'1212',type:'1'}})
|
|
|
|
+ //planInfo
|
|
|
|
+ this.planInfo.orgNo=val.orgNo
|
|
|
|
+ sessionStorage.setItem("tendency", JSON.stringify(this.planInfo));
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: "/manage/tendency",
|
|
path: "/manage/tendency",
|
|
query: { orgNo: val.orgNo },
|
|
query: { orgNo: val.orgNo },
|
|
@@ -282,7 +285,7 @@ export default {
|
|
this.queryGradeOrYuanYiYu();
|
|
this.queryGradeOrYuanYiYu();
|
|
//焦虑
|
|
//焦虑
|
|
this.queryGradeOrYuanJL();
|
|
this.queryGradeOrYuanJL();
|
|
- //躯体化
|
|
|
|
|
|
+ //压力
|
|
this.queryGradeOrYuanQTH();
|
|
this.queryGradeOrYuanQTH();
|
|
//视觉整合能力
|
|
//视觉整合能力
|
|
this.queryGradeOrYuanSJ();
|
|
this.queryGradeOrYuanSJ();
|
|
@@ -291,7 +294,7 @@ export default {
|
|
this.queryGradeOrYuan10();
|
|
this.queryGradeOrYuan10();
|
|
//查询焦虑前10
|
|
//查询焦虑前10
|
|
this.queryGradeOrYuanjl10();
|
|
this.queryGradeOrYuanjl10();
|
|
- //查询躯体化前10
|
|
|
|
|
|
+ //查询压力前10
|
|
this.queryGradeOrYuanqth10();
|
|
this.queryGradeOrYuanqth10();
|
|
//查询视觉整合能力前10
|
|
//查询视觉整合能力前10
|
|
this.queryGradeOrYuansj10();
|
|
this.queryGradeOrYuansj10();
|
|
@@ -302,7 +305,7 @@ export default {
|
|
this.queryGradeOrYuanYiYu();
|
|
this.queryGradeOrYuanYiYu();
|
|
//焦虑
|
|
//焦虑
|
|
this.queryGradeOrYuanJL();
|
|
this.queryGradeOrYuanJL();
|
|
- //躯体化
|
|
|
|
|
|
+ //压力
|
|
this.queryGradeOrYuanQTH();
|
|
this.queryGradeOrYuanQTH();
|
|
//视觉整合能力
|
|
//视觉整合能力
|
|
this.queryGradeOrYuanSJ();
|
|
this.queryGradeOrYuanSJ();
|
|
@@ -311,7 +314,7 @@ export default {
|
|
this.queryGradeOrYuan10();
|
|
this.queryGradeOrYuan10();
|
|
//查询焦虑前10
|
|
//查询焦虑前10
|
|
this.queryGradeOrYuanjl10();
|
|
this.queryGradeOrYuanjl10();
|
|
- //查询躯体化前10
|
|
|
|
|
|
+ //查询压力前10
|
|
this.queryGradeOrYuanqth10();
|
|
this.queryGradeOrYuanqth10();
|
|
//查询视觉整合能力前10
|
|
//查询视觉整合能力前10
|
|
this.queryGradeOrYuansj10();
|
|
this.queryGradeOrYuansj10();
|
|
@@ -327,7 +330,7 @@ export default {
|
|
this.queryGradeOrYuanYiYu();
|
|
this.queryGradeOrYuanYiYu();
|
|
//焦虑
|
|
//焦虑
|
|
this.queryGradeOrYuanJL();
|
|
this.queryGradeOrYuanJL();
|
|
- //躯体化
|
|
|
|
|
|
+ //压力
|
|
this.queryGradeOrYuanQTH();
|
|
this.queryGradeOrYuanQTH();
|
|
//视觉整合能力
|
|
//视觉整合能力
|
|
this.queryGradeOrYuanSJ();
|
|
this.queryGradeOrYuanSJ();
|
|
@@ -336,7 +339,7 @@ export default {
|
|
this.queryGradeOrYuan10();
|
|
this.queryGradeOrYuan10();
|
|
//查询焦虑前10
|
|
//查询焦虑前10
|
|
this.queryGradeOrYuanjl10();
|
|
this.queryGradeOrYuanjl10();
|
|
- //查询躯体化前10
|
|
|
|
|
|
+ //查询压力前10
|
|
this.queryGradeOrYuanqth10();
|
|
this.queryGradeOrYuanqth10();
|
|
//查询视觉整合能力前10
|
|
//查询视觉整合能力前10
|
|
this.queryGradeOrYuansj10();
|
|
this.queryGradeOrYuansj10();
|
|
@@ -400,13 +403,13 @@ export default {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- //查询全年级和全院的所有统计---躯体化的
|
|
|
|
|
|
+ //查询全年级和全院的所有统计---压力的
|
|
queryGradeOrYuanQTH() {
|
|
queryGradeOrYuanQTH() {
|
|
let url = "";
|
|
let url = "";
|
|
if (this.groupType == "1") {
|
|
if (this.groupType == "1") {
|
|
- url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=躯体化&isLimit=false&planId=${this.planInfo.id}`;
|
|
|
|
|
|
+ url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=压力&isLimit=false&planId=${this.planInfo.id}`;
|
|
} else if (this.groupType == "2" && this.groupGrade != "") {
|
|
} else if (this.groupType == "2" && this.groupGrade != "") {
|
|
- url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=躯体化&grade=${this.groupGrade}&isLimit=false&planId=${this.planInfo.id}`;
|
|
|
|
|
|
+ url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=压力&grade=${this.groupGrade}&isLimit=false&planId=${this.planInfo.id}`;
|
|
}
|
|
}
|
|
this.$http.get(url, {}, (res) => {
|
|
this.$http.get(url, {}, (res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
@@ -563,14 +566,14 @@ export default {
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- //查询躯体化前10数据
|
|
|
|
|
|
+ //查询压力前10数据
|
|
queryGradeOrYuanqth10() {
|
|
queryGradeOrYuanqth10() {
|
|
//res 返回数据结构
|
|
//res 返回数据结构
|
|
let url = "";
|
|
let url = "";
|
|
if (this.groupType == "1") {
|
|
if (this.groupType == "1") {
|
|
- url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=躯体化&isLimit=true&planId=${this.planInfo.id}`;
|
|
|
|
|
|
+ url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=压力&isLimit=true&planId=${this.planInfo.id}`;
|
|
} else if (this.groupType == "2" && this.groupGrade != "") {
|
|
} else if (this.groupType == "2" && this.groupGrade != "") {
|
|
- url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=躯体化&grade=${this.groupGrade}&isLimit=true&planId=${this.planInfo.id}`;
|
|
|
|
|
|
+ url = `/userRecordScore/countPlanOrgHighRiskNum?dimName=压力&grade=${this.groupGrade}&isLimit=true&planId=${this.planInfo.id}`;
|
|
}
|
|
}
|
|
this.$http.get(url, {}, (res) => {
|
|
this.$http.get(url, {}, (res) => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|