|
@@ -229,7 +229,10 @@ export default {
|
|
this.initData(this.instance);
|
|
this.initData(this.instance);
|
|
},
|
|
},
|
|
async getExamRoomInfo() {
|
|
async getExamRoomInfo() {
|
|
- const data = await taskApplyExamObject(this.instance);
|
|
|
|
|
|
+ const data = await taskApplyExamObject({
|
|
|
|
+ paperNumber: this.modalForm.paperNumber,
|
|
|
|
+ examId: this.modalForm.examId,
|
|
|
|
+ });
|
|
|
|
|
|
if (this.IS_MODEL2) {
|
|
if (this.IS_MODEL2) {
|
|
const { printCount } = data.examRoomInfoList[0];
|
|
const { printCount } = data.examRoomInfoList[0];
|