|
@@ -292,10 +292,10 @@ export default {
|
|
|
return this.models.findIndex()
|
|
|
},
|
|
|
toReport() {
|
|
|
- if(this.selectedList.length) {
|
|
|
- this.$message.warning('请先提交志愿')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if(this.selectedList.length) {
|
|
|
+ // this.$message.warning('请先提交志愿')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
this.$refs.reportDialog.open()
|
|
|
},
|
|
|
toAiAnalysis() {
|
|
@@ -345,10 +345,10 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
toSelectSub(row) {
|
|
|
- if(this.selectedList.length) {
|
|
|
- this.$message.warning('请先提交志愿')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if(this.selectedList.length) {
|
|
|
+ // this.$message.warning('请先提交志愿')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// 打开选科弹窗
|
|
|
const course0 = this.translateCourse0(row.groupId)
|
|
|
const course1 = this.translateCourse1(row.groupId)
|