|
@@ -143,7 +143,7 @@
|
|
|
<el-option v-for="(item, index) in classJuri" :key="index" :label="item.name" :value="item.id"></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <div style="text-align: center; color: #adb3b7">注:添加学生的账号密码为123456</div>
|
|
|
+ <div style="text-align: center; color: #adb3b7">注:添加学生的账号密码为Coco1234</div>
|
|
|
</el-form>
|
|
|
<span slot="footer" class="dialog-footer flex">
|
|
|
<el-button class="right" @click="insertStudent">确认</el-button>
|
|
@@ -334,7 +334,7 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
username: this.sMail.indexOf("@") != -1 ? this.sMail : this.sMail + "@qq.com",
|
|
|
- userpassword: 123456,
|
|
|
+ userpassword: 'Coco1234',
|
|
|
alias: this.sName,
|
|
|
oid: this.oid,
|
|
|
ph: this.sPhone,
|
|
@@ -611,7 +611,7 @@ export default {
|
|
|
let params = [
|
|
|
{
|
|
|
arr: newArr,
|
|
|
- userpassword: 123456,
|
|
|
+ userpassword: 'Coco1234',
|
|
|
oid: _this.oid,
|
|
|
org: _this.org,
|
|
|
},
|