This commit is contained in:
xuyucheng 2022-04-19 09:41:56 +08:00
parent 66bf6b9a2d
commit 88c6731b59
1 changed files with 3 additions and 2 deletions

View File

@ -129,8 +129,8 @@ export default {
questionnaire: [],
selectedIndex: 0,
opt: 0,
label: "环境",
labelGather: ["环境", "社会责任", "公司治理"],
label: "1.环境",
labelGather: ["1.环境", "2.社会责任", "3.公司治理"],
checkDisabled: [false,false,false,false,false,false,false]
};
},
@ -169,6 +169,7 @@ export default {
});
});
this.questionnaire = res.result;
console.log(this.questionnaire)
});
},