Browse Source

05/14 22:14

111
Xiao_Mo 5 years ago
parent
commit
872ac23dbd

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


+ 0 - 1
dist/static/css/chunk-1a98d35e.6bb6025d.css

@@ -1 +0,0 @@
-.floor[data-v-48b2192d]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-48b2192d]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-48b2192d],.floor .remove[data-v-48b2192d]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-48b2192d]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-48b2192d]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-48b2192d]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-48b2192d]{margin-bottom:20px}.studentMask .left h4[data-v-48b2192d]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-48b2192d]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-48b2192d]{padding-left:10px;line-height:25px}.studentMask .right[data-v-48b2192d]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-48b2192d]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-48b2192d] .el-date-editor.el-input,.resetClassForm[data-v-48b2192d] .el-date-editor.el-input__inner{width:180px!important}[data-v-48b2192d] .el-date-editor.el-input,[data-v-48b2192d] .el-date-editor.el-input__inner{width:100px!important}

+ 1 - 0
dist/static/css/chunk-5bdd528e.952d635e.css

@@ -0,0 +1 @@
+.floor[data-v-4adf61eb]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-4adf61eb]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-4adf61eb],.floor .remove[data-v-4adf61eb]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-4adf61eb]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-4adf61eb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-4adf61eb]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-4adf61eb]{margin-bottom:20px}.studentMask .left h4[data-v-4adf61eb]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-4adf61eb]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-4adf61eb]{padding-left:10px;line-height:25px}.studentMask .right[data-v-4adf61eb]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-4adf61eb]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-4adf61eb] .el-date-editor.el-input,.resetClassForm[data-v-4adf61eb] .el-date-editor.el-input__inner{width:180px!important}[data-v-4adf61eb] .el-date-editor.el-input,[data-v-4adf61eb] .el-date-editor.el-input__inner{width:100px!important}

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-ae9927f8.e31754f5.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.7ff51c1d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1a98d35e.d1ba1a53.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-1b951561.05dcca84.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5bdd528e.51873ff7.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ae9927f8.e2b1c016.js


File diff suppressed because it is too large
+ 419 - 437
src/views/teamBuild/teamSeting/components/setClassV2.vue


+ 11 - 0
src/views/teamDetail/components/resetClass.vue

@@ -1164,12 +1164,23 @@ export default {
                   this.studentVisible = false;
                   this.$message.success("添加成功");
                   this.getList();
+                  return
                 }
               });
             }
           }
         })
       }
+       addStudents({
+        classGroupId: this.activeClass,
+        userIdsStr: arr.join(",")
+      }).then(res => {
+        if (res.code == 200) {
+          this.studentVisible = false;
+          this.$message.success("添加成功");
+          this.getList();
+        }
+      });
     },
     SelectionMix (val) {
       this.activeSingleLists = val;

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