Commit 52efbe38 authored by huangjie's avatar huangjie

*

parent 9e7f9426
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
}, },
//认领客户 //认领客户
async toRL(row){ async toRL(row){
this.RLcompanyName = row.companyName this.RLcompanyName = row.companyName.replace(/<[^>]+>/g, '')
}, },
async RL(){ async RL(){
let res = await historyClaim(this.RLcompanyName) let res = await historyClaim(this.RLcompanyName)
......
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