Commit 120310fb authored by 周远喜's avatar 周远喜

bug处理完成

parent e2fb9534
......@@ -39,7 +39,7 @@
<span>|</span>
</li>
<li>
<a @click="groupUser">
<a @click="group">
<Icon type="md-create" />成员
</a>
&nbsp;
......@@ -133,10 +133,9 @@ export default {
}
});
},
groupUser() {
// this.curId = this.eid;
this.title = "任务";
// this.detail = () => import("./add");
group() {
this.title = "项目成员";
this.detail = () => import("../groupUser/index1");
},
l(key) {
key = "project_main" + "." + key;
......
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