Commit c030a512 authored by honghy's avatar honghy Committed by wux

需求95 报价单页面和列表调整

parent 77972d7d
...@@ -726,6 +726,8 @@ export default { ...@@ -726,6 +726,8 @@ export default {
}, },
handleCustomerFollowLink(row) { handleCustomerFollowLink(row) {
this.customerFollowVisible = true this.customerFollowVisible = true
row.creatorName = row.creatorName * 1
row.updaterName = row.updaterName * 1
this.$nextTick((_) => { this.$nextTick((_) => {
this.$refs["customerFollow"].handleView(row) this.$refs["customerFollow"].handleView(row)
}) })
......
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