ソースを参照

03/15 10:53

vip修改教务缓存
261568008@qq.com 5 年 前
コミット
3fa93622ad

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-d62f713a.964d17c4.css → dist/static/css/chunk-d956c970.8c014a7e.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;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:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.vipwrap[data-v-1c484d90]{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}.vipwrap .newBand[data-v-1c484d90]{margin-right:20px}.resetClassForm[data-v-1c484d90] .el-date-editor.el-input,.resetClassForm[data-v-1c484d90] .el-date-editor.el-input__inner{width:180px!important}[data-v-1c484d90] .el-date-editor.el-input,[data-v-1c484d90] .el-date-editor.el-input__inner{width:100px!important}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;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:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.vipwrap[data-v-afa40900]{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}.vipwrap .newBand[data-v-afa40900]{margin-right:20px}.resetClassForm[data-v-afa40900] .el-date-editor.el-input,.resetClassForm[data-v-afa40900] .el-date-editor.el-input__inner{width:180px!important}[data-v-afa40900] .el-date-editor.el-input,[data-v-afa40900] .el-date-editor.el-input__inner{width:100px!important}

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.3d5af1d5.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-d62f713a.174b5711.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-d956c970.e0e890b4.js


+ 3 - 1
src/views/vipClass/vipReset.vue

@@ -482,7 +482,9 @@ export default {
     __init() {
       this.vipid = this.$route.query.id;
       if(this.$route.query.educationalTeacherId){
-         this.addrForm.educationalTeacherId = this.$route.query.educationalTeacherId;
+         this.addrForm.educationalTeacherId = this.$route.query.educationalTeacherId
+      }else {
+         this.addrForm.educationalTeacherId = null;
       }
      
       if (this.$route.query.rules) {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません