Commit e26b0716 authored by 吴春's avatar 吴春

1

parent 5d043ce4
...@@ -759,7 +759,9 @@ ...@@ -759,7 +759,9 @@
}, },
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.ExamineBy = res.data.data.ParentID this.ExamineBy = res.data.data.ParentID
console.log(res.data.data,"ExamineBy",this.ExamineBy);
} else {} } else {}
}, },
err => {} err => {}
......
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