Commit 0bf7ce66 authored by danfuman's avatar danfuman

修改

parent d1517056
...@@ -785,7 +785,7 @@ export default { ...@@ -785,7 +785,7 @@ export default {
registerAddress:registerAddress, registerAddress:registerAddress,
creditCode:res.data.creditCode, creditCode:res.data.creditCode,
} }
customerStatus(item.companyName).then(res => { customerStatus(item.companyName.replace(/<[^>]+>/g, '')).then(res => {
if(res.data === 1){ if(res.data === 1){
this.claimVisible1=true; this.claimVisible1=true;
}else { }else {
......
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