Browse Source

1205 21:56

优化新建临时班
mo 5 years ago
parent
commit
28775ad31c

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


+ 0 - 1
dist/static/css/chunk-864a3680.c942ce8d.css

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

+ 1 - 0
dist/static/css/chunk-8f5e867e.b1406e93.css

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

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8f5e867e.e4c23a4b.js


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

@@ -782,6 +782,7 @@ export default {
       this.className = '';
       this.isTemporary = true;
       this.setType('SNAP');
+      this.getNoClassStudent('SNAP')
     },
     setType (type) {
       switch (type) {
@@ -1011,7 +1012,7 @@ export default {
       addStudents({ classGroupId: this.activeClass, userIdsStr: arr.join(',') }).then(res => {
         if (res.code == 200) {
           this.studentVisible = false;
-          this.$message('添加成功')
+          this.$message.success('添加成功')
           this.getList()
         }
       })

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