瀏覽代碼

17:36 09/01

vip 新增学员
mo 4 年之前
父節點
當前提交
7665b52704

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-0688308c.5409f9a9.css → dist/static/css/chunk-4d90ee42.71a56d0c.css

@@ -1 +1 @@
-.m-core[data-v-1df0c8e2]{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.m-core .el-input[data-v-1df0c8e2]{width:180px}.m-core h4[data-v-1df0c8e2]{font-size:16px;background-color:#ccc;color:#fff;text-align:center;width:100%;height:40px;line-height:40px;margin-bottom:20px}.m-core .center[data-v-1df0c8e2],.m-core .right[data-v-1df0c8e2],.m-core .vipLeft[data-v-1df0c8e2]{width:400px}.planList[data-v-1df0c8e2]{padding:0 25px}.planList .planTop[data-v-1df0c8e2]{height:40px;line-height:40px;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:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;margin-top:20px}.planList .planTop>p[data-v-1df0c8e2]{font-size:14px}.planList .planCore .row[data-v-1df0c8e2]{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:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:40px;line-height:40px;font-size:14px;text-align:center}.planList .planCore .row div[data-v-1df0c8e2]{width:87px}.okBtn[data-v-1df0c8e2]{width:120px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;background-color:#f97215;float:right}
+.m-core[data-v-0c84d432]{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around}.m-core .el-input[data-v-0c84d432]{width:180px}.m-core h4[data-v-0c84d432]{font-size:16px;background-color:#ccc;color:#fff;text-align:center;width:100%;height:40px;line-height:40px;margin-bottom:20px}.m-core .center[data-v-0c84d432],.m-core .right[data-v-0c84d432],.m-core .vipLeft[data-v-0c84d432]{width:400px}.planList[data-v-0c84d432]{padding:0 25px}.planList .planTop[data-v-0c84d432]{height:40px;line-height:40px;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:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #ccc;margin-top:20px}.planList .planTop>p[data-v-0c84d432]{font-size:14px}.planList .planCore .row[data-v-0c84d432]{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:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:40px;line-height:40px;font-size:14px;text-align:center}.planList .planCore .row div[data-v-0c84d432]{width:87px}.okBtn[data-v-0c84d432]{width:120px;height:40px;line-height:40px;text-align:center;color:#fff;border-radius:4px;margin-right:20px;cursor:pointer;background-color:#f97215;float:right}

文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.83afc6b2.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-0688308c.22b50107.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-4d90ee42.85cc7895.js


+ 2 - 1
src/views/buildVip/index.vue

@@ -1411,7 +1411,8 @@ export default {
           this.remoteLoading = false
           let result = res.data
           if (result.code == 200) {
-            this.studentList = this.studentList.concat(result.data.rows);
+            Array.prototype.splice.apply(this.studentList, result.data.rows);
+            // this.studentList = this.studentList.concat(result.data.rows);
             this.unique(this.studentList, "userId");
           }
         })

部分文件因文件數量過多而無法顯示