@@ -273,6 +273,7 @@ export default {
total: 0,
loading: false,
projectId: "",
+ projectName: "",
studentId: "",
// 列表数据(课程/考试混合)
items: [],
@@ -312,6 +313,7 @@ export default {
const res = await getSzxygProjectInfo();
this.bpmApprovalRequired = res.data.bpmApprovalRequired;
this.projectId = res.data.id || "";
+ this.projectName = res.data.name || "";
},
async loadList() {
if (!this.studentId || !this.projectId) return;
@@ -470,7 +472,7 @@ export default {
}
.sidebar {
width: 360px;
- margin-top: -70px;
+ margin-top: -80px;
}
.card {