Browse Source

05/14 20:49

11
Xiao_Mo 5 years ago
parent
commit
9e671bc866

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


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

@@ -1 +0,0 @@
-.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-67047bc8.c2c7daab.css


+ 1 - 0
dist/static/css/chunk-e9643f24.450535c2.css

@@ -0,0 +1 @@
+.floor[data-v-61be1cfa]{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-61be1cfa]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-61be1cfa],.floor .remove[data-v-61be1cfa]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-61be1cfa]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-61be1cfa]{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-61be1cfa]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-61be1cfa]{margin-bottom:20px}.studentMask .left h4[data-v-61be1cfa]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-61be1cfa]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-61be1cfa]{padding-left:10px;line-height:25px}.studentMask .right[data-v-61be1cfa]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-61be1cfa]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-61be1cfa] .el-date-editor.el-input,.resetClassForm[data-v-61be1cfa] .el-date-editor.el-input__inner{width:180px!important}[data-v-61be1cfa] .el-date-editor.el-input,[data-v-61be1cfa] .el-date-editor.el-input__inner{width:100px!important}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-67047bc8.a231cf4d.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
+ 0 - 0
dist/static/js/chunk-e9643f24.39447590.js


+ 6 - 4
src/views/teamBuild/teamSeting/components/setClassV2.vue

@@ -895,10 +895,8 @@ export default {
             }
           }
         });
-      }
-
-      //  在此处做拦截
-      addStudents({
+      }else {
+         addStudents({
         classGroupId: this.activeClass,
         userIdsStr: arr.join(",")
       }).then(res => {
@@ -908,6 +906,10 @@ export default {
           this.getList();
         }
       });
+      }
+
+      //  在此处做拦截
+     
     },
     temporaryRemoveStudent(item) {
       console.log(item);

+ 4 - 2
src/views/teamDetail/components/resetClass.vue

@@ -1170,8 +1170,8 @@ export default {
             }
           }
         })
-      }
-       addStudents({
+      }else {
+        addStudents({
         classGroupId: this.activeClass,
         userIdsStr: arr.join(",")
       }).then(res => {
@@ -1181,6 +1181,8 @@ export default {
           this.getList();
         }
       });
+      }
+       
     },
     SelectionMix (val) {
       this.activeSingleLists = val;

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