|
@@ -782,13 +782,13 @@ export default {
|
|
});
|
|
});
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if(this.form.uploadType==null){
|
|
|
|
- this.$message({
|
|
|
|
- message: '请选择播放线路!',
|
|
|
|
- type: 'warning'
|
|
|
|
- });
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ // if(this.form.uploadType==null){
|
|
|
|
+ // this.$message({
|
|
|
|
+ // message: '请选择播放线路!',
|
|
|
|
+ // type: 'warning'
|
|
|
|
+ // });
|
|
|
|
+ // return
|
|
|
|
+ // }
|
|
if (this.form.questionBankList!==null){
|
|
if (this.form.questionBankList!==null){
|
|
this.form.questionBankId = this.form.questionBankList.map(item => item.id).join(',');
|
|
this.form.questionBankId = this.form.questionBankList.map(item => item.id).join(',');
|
|
}
|
|
}
|