|
@@ -181,9 +181,9 @@
|
|
|
<van-icon class="cha" @click="cancel" name="cross" size="5vw"></van-icon>
|
|
|
<h3>提醒</h3>
|
|
|
<div>
|
|
|
- 此申请账号关系为{{ 11 }}。 此学生已经关联过{{
|
|
|
+ 此申请账号关系为{{ nowParent.relation }}。 此学生已经关联过{{
|
|
|
already.length
|
|
|
- }}位家长账号,关系为:{{ 22 }}。
|
|
|
+ }}位家长账号,关系为:{{ already?.relation }}。
|
|
|
</div>
|
|
|
<div style="margin: 16px">
|
|
|
<van-button round block type="primary" @click="keepUp">
|
|
@@ -235,6 +235,7 @@ export default {
|
|
|
rejectData: "",
|
|
|
already: [],
|
|
|
baseURL: window.GLOBAL_CONFIG.uc,
|
|
|
+ nowParent:{},
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -281,8 +282,11 @@ export default {
|
|
|
},
|
|
|
audit(s) {
|
|
|
this.show = true;
|
|
|
+ this.checked.push(s)
|
|
|
+ this.nowParent = s;
|
|
|
if (s.already_parent.length == 0) {
|
|
|
this.auditShow = true;
|
|
|
+ // this.checked = s;
|
|
|
} else {
|
|
|
if (this.code == 0) {
|
|
|
return showToast("不可重复审核!");
|
|
@@ -290,7 +294,6 @@ export default {
|
|
|
this.checkShow = true;
|
|
|
this.already = s.already_parent;
|
|
|
}
|
|
|
- this.checked = s;
|
|
|
},
|
|
|
keepUp() {
|
|
|
this.checkShow = false;
|
|
@@ -514,7 +517,7 @@ export default {
|
|
|
}
|
|
|
.title {
|
|
|
width: 100%;
|
|
|
- background-image: url("../../assets/images/img-title.png");
|
|
|
+ background-image: url("@/assets/images/img-title.png");
|
|
|
background-size: 100%;
|
|
|
height: 17vw;
|
|
|
line-height: 39px;
|