|
@@ -251,14 +251,14 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
else if(this.detail.templateType=='apply'&&this.detail.goodsType==1){
|
|
|
- if(!this.applyObj.examDateJson){
|
|
|
+ /* if(!this.applyObj.examDateJson){
|
|
|
uni.showModal({
|
|
|
title: "提示",
|
|
|
content: '请选择考期',
|
|
|
showCancel: false
|
|
|
})
|
|
|
return false
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
return true;
|
|
|
},
|
|
@@ -282,14 +282,14 @@ export default {
|
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
- if(!this.applyObj.examDateJson){
|
|
|
+ /* if(!this.applyObj.examDateJson){
|
|
|
uni.showModal({
|
|
|
title: "提示",
|
|
|
content: '请选择考期',
|
|
|
showCancel: false
|
|
|
})
|
|
|
return false
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
return true;
|
|
|
},
|