Commit dc0ad1c4 authored by zhengyi's avatar zhengyi

报价单与订单选择联系人弹窗bug修复

parent 4805c433
...@@ -124,8 +124,12 @@ export default { ...@@ -124,8 +124,12 @@ export default {
}, },
replaceBlank(){ replaceBlank(){
// JDAA-177 7.选择联系人弹出页,没有去掉中间和前后空格 // JDAA-177 7.选择联系人弹出页,没有去掉中间和前后空格
if(this.form.phone){
this.form.phone = this.form.phone.replace(/\s+/g, '');
}
if(this.form.searchKey) {
this.form.searchKey = this.form.searchKey.replace(/\s+/g, ''); this.form.searchKey = this.form.searchKey.replace(/\s+/g, '');
this.form.searchKey = this.form.searchKey.replace(/\s+/g, ''); }
} }
}, },
}; };
......
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