|
@@ -116,6 +116,10 @@ export default {
|
|
this.tableSources = fieldSources.filter((item) =>
|
|
this.tableSources = fieldSources.filter((item) =>
|
|
this.stdInfoCodes.includes(item.code)
|
|
this.stdInfoCodes.includes(item.code)
|
|
);
|
|
);
|
|
|
|
+ const courseInfo = fieldSources.find(
|
|
|
|
+ (item) => item.code === "courseName"
|
|
|
|
+ );
|
|
|
|
+ if (courseInfo) this.basicSources.push({ ...courseInfo });
|
|
|
|
|
|
this.modalForm = examRule.signScope
|
|
this.modalForm = examRule.signScope
|
|
? JSON.parse(examRule.signScope)
|
|
? JSON.parse(examRule.signScope)
|