浏览代码

11111

111111111
Xiao_Mo 5 年之前
父节点
当前提交
0ca3a446f0

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-42b7e0aa.9b2207dc.css

@@ -1 +0,0 @@
-.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}.newBand[data-v-850f6142]{display:inline-block;margin-right:10px}.right-code .title[data-v-850f6142]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-850f6142] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-850f6142] .studentInfo .multiple.el-select{width:185px!important}

+ 1 - 0
dist/static/css/chunk-9b6b2e7c.30003829.css

@@ -0,0 +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}.newBand[data-v-498289ea]{display:inline-block;margin-right:10px}.right-code .title[data-v-498289ea]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-498289ea] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-498289ea] .studentInfo .multiple.el-select{width:185px!important}

文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.d99a3452.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-42b7e0aa.a69452ba.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-9b6b2e7c.cc4e7c92.js


+ 4 - 2
src/views/studentManager/studentList.vue

@@ -607,6 +607,7 @@ export default {
       this.active = row;
       this.studentVisible = true;
       this.maskName = "修改学员";
+     
       this.studentForm = {
         phone: row.parentsPhone,
         name: row.username,
@@ -615,9 +616,10 @@ export default {
         date: row.birthdate,
         organId: row.organId,
         nation: row.nation,
-        serviceTag: row.serviceTag ? row.serviceTag.toString() : null,
-        operatingTag: row.operatingTag ? row.operatingTag.toString() : null
+        serviceTag: row.serviceTag+'',
+        operatingTag: row.operatingTag+''
       };
+       console.log( this.studentForm)
     },
     resetPassWrod(row) {
       this.activatedRow = row;

部分文件因为文件数量过多而无法显示