|
@@ -295,6 +295,11 @@ export default {
|
|
|
this.currentPaperUrl = this.paperImageList[this.currentIndex].picUrl;
|
|
this.currentPaperUrl = this.paperImageList[this.currentIndex].picUrl;
|
|
|
this.currentDrawData = this.paperImageList[this.currentIndex].questionVOS || [];
|
|
this.currentDrawData = this.paperImageList[this.currentIndex].questionVOS || [];
|
|
|
this.currentDownLoadName = this.pageTitle+'答题卡第'+(this.currentIndex + 1) + '页'; // 重置下载名称
|
|
this.currentDownLoadName = this.pageTitle+'答题卡第'+(this.currentIndex + 1) + '页'; // 重置下载名称
|
|
|
|
|
+ //兼容旧的数据
|
|
|
|
|
+ if(this.paperImageList[this.currentIndex].useType)
|
|
|
|
|
+ {
|
|
|
|
|
+ this.usedCardType=this.paperImageList[this.currentIndex].useType;//卡类型需要调整为从此页获取
|
|
|
|
|
+ }
|
|
|
} else {
|
|
} else {
|
|
|
// 处理边界情况
|
|
// 处理边界情况
|
|
|
this.currentPaperUrl = '';
|
|
this.currentPaperUrl = '';
|