Commit 3ca01a36 authored by dcy's avatar dcy

客户跟进页面修改

parent 2aa0dce4
......@@ -677,7 +677,9 @@ export default {
},
followUp(row){
this.customerId = row.id;
this.$refs.CustomerFollowList.customerFollow.dialogVisible = true;
this.$nextTick(()=>{
this.$refs.CustomerFollowList.customerFollow.dialogVisible = true;
})
},
complaint(row){
this.customerId = row.id;
......
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