Commit beb501fe authored by 仇晓婷's avatar 仇晓婷

项目管理详情

parent d0930a07
...@@ -73,9 +73,7 @@ export default { ...@@ -73,9 +73,7 @@ export default {
if (this.eid) { if (this.eid) {
this.load(this.eid); this.load(this.eid);
} }
// this.detail = () => import("./details"); this.detail = () => import("./details");
// this.parms.eid = this.$u.guid();
// this.parms.eid = r.result.attachment;
}, },
methods: { methods: {
load(v) { load(v) {
......
...@@ -70,6 +70,7 @@ export default { ...@@ -70,6 +70,7 @@ export default {
this.entity = r.result; this.entity = r.result;
this.entity.type = r.result.type + ""; this.entity.type = r.result.type + "";
this.entity.state = r.result.state + ""; this.entity.state = r.result.state + "";
this.avatorPath = r.result.picture;
this.parms.eid = r.result.attachment; this.parms.eid = r.result.attachment;
this.$emit("on-load"); this.$emit("on-load");
}); });
......
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