Browse Source

06/22 19:44

111
mo 5 years ago
parent
commit
da77fafee4

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-6b55c86a.ab35384b.js


+ 12 - 12
src/views/vipClass/vipDetail/components/vipStudentList.vue

@@ -393,18 +393,18 @@ export default {
     },
     addStudentList () {
       // 发请求 搜索学生
-      if (this.tableList.length <= 0) {
-        this.$confirm('添加学员后,该课程组将无法通过购买途径加入,是否确认该操作?', '提示', {
-          confirmButtonText: '确定',
-          cancelButtonText: '取消',
-          type: 'warning'
-        }).then(() => {
-          this.getList();
-        }).catch(() => { })
-      } else {
-        this.getList();
-      }
-
+      // if (this.tableList.length <= 0) {
+      //   this.$confirm('添加学员后,该课程组将无法通过购买途径加入,是否确认该操作?', '提示', {
+      //     confirmButtonText: '确定',
+      //     cancelButtonText: '取消',
+      //     type: 'warning'
+      //   }).then(() => {
+      //     this.getList();
+      //   }).catch(() => { })
+      // } else {
+      //   this.getList();
+      // }
+      this.getList();
 
     },
     getList () {

Some files were not shown because too many files changed in this diff