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

项目管理详情

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