Parcourir la source

选科报名选择专业

shilipojs il y a 2 ans
Parent
commit
9ab986e2a3
1 fichiers modifiés avec 8 ajouts et 8 suppressions
  1. 8 8
      src/views/system/user/profile/components/report-table.vue

+ 8 - 8
src/views/system/user/profile/components/report-table.vue

@@ -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)