|
@@ -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;
|