Commit b126e884 authored by zhengyi's avatar zhengyi

客户列表进入新增跟进bug修复

parent 85a20c2a
...@@ -1122,7 +1122,7 @@ export default { ...@@ -1122,7 +1122,7 @@ export default {
this.customerFollowVisible = true this.customerFollowVisible = true
this.$nextTick((_) => { this.$nextTick((_) => {
// this.$refs.CustomerFollowList.customerFollow.dialogVisible = true; // this.$refs.CustomerFollowList.customerFollow.dialogVisible = true;
this.$refs["CustomerFollowList"].init() // this.$refs["CustomerFollowList"].init()
this.$refs["CustomerFollowList"].handleAdd() this.$refs["CustomerFollowList"].handleAdd()
}) })
}, },
......
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