Commit 39768cd8 authored by Mac's avatar Mac

修改

parent 8f2b0a0e
...@@ -419,6 +419,7 @@ export default { ...@@ -419,6 +419,7 @@ export default {
if (res.Code == 1) { if (res.Code == 1) {
this.stuData = res.Data; this.stuData = res.Data;
this.stateId = res.Data.StuStage; this.stateId = res.Data.StuStage;
res.Data.BelongType = this.baseObj.BelongType
this.baseObj = res.Data this.baseObj = res.Data
} }
}); });
......
This diff is collapsed.
This diff is collapsed.
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