fix:关卡和阶段添加测评完善需要有效token,关卡添加关联项目完善,修改遍历方法

This commit is contained in:
Ggysh-7
2022-11-23 23:07:03 +08:00
parent 97b357066c
commit cff9a26071
9 changed files with 221 additions and 371 deletions

View File

@@ -759,7 +759,7 @@ export default {
};
const getData = (value)=> {
state.paperId = value.paperId;
state.paperName = value.paperName;
state.paperName = value.testName;
}
return {
formState,