Commit 8e6960a4 authored by 罗超's avatar 罗超

1

parent 64353acd
......@@ -105,9 +105,13 @@
this.flowMsg.StuId = this.saveObj.StuId;
}
},
watch:{
stateId(val){
this.stuStageId=val
}
},
mounted() {
this.stuStageId=this.stateId
this.stuStageId=this.stateId
this.cusStateList = this.stateList;
this.getList();
},
......
......@@ -526,6 +526,7 @@
message: '数据保存成功!',
position: 'top'
})
this.$emit('update');
this.$emit('success');
this.$emit('getrecord');
if (this.AddType == 1) {
......@@ -641,7 +642,6 @@
//获取转介人下拉
getStudentDorpDown() {
getStudentDorpDownList().then(res => {
console.log(res, 'res');
if (res.Code == 1) {
this.TransListData = res.Data;
this.MyTransListData = res.Data;
......
......@@ -217,6 +217,12 @@
this.msg.StuId = this.saveObj.StuId;
}
},
watch:{
stateId(val){
console.log(val)
this.stuStageId=val
}
},
mounted() {
this.stuStageId=this.stateId
this.cusStateList = this.stateList;
......
......@@ -146,6 +146,11 @@
if (this.saveObj && this.saveObj.StuId) {
this.msg.StuId = this.saveObj.StuId;
}
},
watch:{
stateId(val){
this.stuStageId=val
}
},
mounted() {
this.stuStageId=this.stateId
......
......@@ -30,7 +30,7 @@
</div>
<div class="custom_Bottom">
<div class="detail-info">
<student-left :stuData="stuData" :save-obj="saveObj" @success="refreshStudentPage" @getrecord="getrecord"></student-left>
<student-left :stuData="stuData" :save-obj="saveObj" @success="refreshStudentPage" @getrecord="getrecord" @update="queryStuInfo"></student-left>
</div>
<div class="detail-travel">
<div class="detail_first">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment