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

bug处理完成

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