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

1

parent 64353acd
...@@ -105,7 +105,11 @@ ...@@ -105,7 +105,11 @@
this.flowMsg.StuId = this.saveObj.StuId; this.flowMsg.StuId = this.saveObj.StuId;
} }
}, },
watch:{
stateId(val){
this.stuStageId=val
}
},
mounted() { mounted() {
this.stuStageId=this.stateId this.stuStageId=this.stateId
this.cusStateList = this.stateList; this.cusStateList = this.stateList;
......
...@@ -526,6 +526,7 @@ ...@@ -526,6 +526,7 @@
message: '数据保存成功!', message: '数据保存成功!',
position: 'top' position: 'top'
}) })
this.$emit('update');
this.$emit('success'); this.$emit('success');
this.$emit('getrecord'); this.$emit('getrecord');
if (this.AddType == 1) { if (this.AddType == 1) {
...@@ -641,7 +642,6 @@ ...@@ -641,7 +642,6 @@
//获取转介人下拉 //获取转介人下拉
getStudentDorpDown() { getStudentDorpDown() {
getStudentDorpDownList().then(res => { getStudentDorpDownList().then(res => {
console.log(res, 'res');
if (res.Code == 1) { if (res.Code == 1) {
this.TransListData = res.Data; this.TransListData = res.Data;
this.MyTransListData = res.Data; this.MyTransListData = res.Data;
......
...@@ -217,6 +217,12 @@ ...@@ -217,6 +217,12 @@
this.msg.StuId = this.saveObj.StuId; this.msg.StuId = this.saveObj.StuId;
} }
}, },
watch:{
stateId(val){
console.log(val)
this.stuStageId=val
}
},
mounted() { mounted() {
this.stuStageId=this.stateId this.stuStageId=this.stateId
this.cusStateList = this.stateList; this.cusStateList = this.stateList;
......
...@@ -146,6 +146,11 @@ ...@@ -146,6 +146,11 @@
if (this.saveObj && this.saveObj.StuId) { if (this.saveObj && this.saveObj.StuId) {
this.msg.StuId = this.saveObj.StuId; this.msg.StuId = this.saveObj.StuId;
} }
},
watch:{
stateId(val){
this.stuStageId=val
}
}, },
mounted() { mounted() {
this.stuStageId=this.stateId this.stuStageId=this.stateId
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</div> </div>
<div class="custom_Bottom"> <div class="custom_Bottom">
<div class="detail-info"> <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>
<div class="detail-travel"> <div class="detail-travel">
<div class="detail_first"> <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