|
|
@@ -217,9 +217,9 @@ const loadData = async () => {
|
|
|
|
|
|
const loadTestRecord = () => {
|
|
|
const params = {} as Study.PaperWorkRecordQuery;
|
|
|
- const { buildStatus, batchId, classId, subjectId } = queryForm.value;
|
|
|
- if (buildStatus !== undefined && buildStatus !== null) {
|
|
|
- params.buildStatus = buildStatus;
|
|
|
+ const { buildType, buildStatus, batchId, classId, subjectId } = queryForm.value;
|
|
|
+ if (buildType !== undefined && buildType !== null) {
|
|
|
+ params.buildType = buildType;
|
|
|
}
|
|
|
if (batchId !== undefined && batchId !== null) {
|
|
|
params.batchId = batchId;
|