|
@@ -418,7 +418,7 @@
|
|
class="sex_class1"
|
|
class="sex_class1"
|
|
style="background-color: #5470c6; text-align: center; color: #ffffff"
|
|
style="background-color: #5470c6; text-align: center; color: #ffffff"
|
|
>
|
|
>
|
|
- {{ subAll }}人</span
|
|
|
|
|
|
+ {{ subAll-subSingle }}人</span
|
|
>
|
|
>
|
|
<span
|
|
<span
|
|
class="sex_class1"
|
|
class="sex_class1"
|
|
@@ -1373,7 +1373,7 @@ export default {
|
|
if (res && res.code == 200) {
|
|
if (res && res.code == 200) {
|
|
this.subDimeList = res.data;
|
|
this.subDimeList = res.data;
|
|
//调用性别的选项
|
|
//调用性别的选项
|
|
-
|
|
|
|
|
|
+ this.tabName=res.data[0].paramValue
|
|
this.getSubOption(this.tabName);
|
|
this.getSubOption(this.tabName);
|
|
} else {
|
|
} else {
|
|
this.$message.error(res.msg);
|
|
this.$message.error(res.msg);
|
|
@@ -1386,6 +1386,8 @@ export default {
|
|
if (res && res.code == 200) {
|
|
if (res && res.code == 200) {
|
|
this.subOption = res.data;
|
|
this.subOption = res.data;
|
|
this.subValue = res.data[0];
|
|
this.subValue = res.data[0];
|
|
|
|
+
|
|
|
|
+ //选中子维度
|
|
let params = {
|
|
let params = {
|
|
dimensionName: this.dime,
|
|
dimensionName: this.dime,
|
|
orgList: this.orgName,
|
|
orgList: this.orgName,
|
|
@@ -1423,6 +1425,7 @@ export default {
|
|
name: `中重度${this.dime == "躯体化" ? "压力" : this.dime}`,
|
|
name: `中重度${this.dime == "躯体化" ? "压力" : this.dime}`,
|
|
},
|
|
},
|
|
];
|
|
];
|
|
|
|
+
|
|
// {{ subValue }} 中重度{{ dime}}
|
|
// {{ subValue }} 中重度{{ dime}}
|
|
this.queryStudentData();
|
|
this.queryStudentData();
|
|
//调用接口开始查询选择的列表
|
|
//调用接口开始查询选择的列表
|